Package org.datamanager.tools

Provides a selection of classes that provide general utility methods used throughout the KnownSpace environment.

See:
          Description

Class Summary
BrowserLauncher BrowserLauncher is a class that provides one static method, openURL, which opens the default web browser for the current user of the system to the given URL.
Compile A class to make compiling easier in the absence of the depends option.
Debug A simple debugger originally developed to implement breakpoint assertion testing but now used for a single method writeLogMessage().
EntityList A container class that is holds a list of Entities.
EventLoggerSimpleton Used to log all Events that pass through the KnownSpace kernel.
InformationParser Parses the knownspace_config.xml file to gather the information necessary for creating a Simpleton.Information object.
JUnitTesterUtility Provides a framework for managing JUnit tests that require a Simpleton (for the thread).
JUnitTesterUtility.KnownSpaceTest Abstract class holding the test() method required by the JUnitTesterUtility.
MakeKnownspace  
PoolViewer Provides a JFrame that contains a ViewPool to display the entites that exist in the current pool.
SanitySimpleton  
Toolbox A mish-mash of KnownSpace convenience functions.
UrlParser This class finds all isolated URLs within a string.
ViewPool A JPanel containing textual information about the Entities in the Pool.
 

Package org.datamanager.tools Description

Provides a selection of classes that provide general utility methods used throughout the KnownSpace environment.



See the Helium Website