Package adams.core.management
Class SystemClassPathAugmenter
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.core.option.AbstractSimpleOptionParser
-
- adams.core.management.AbstractClassPathAugmenter
-
- adams.core.management.SystemClassPathAugmenter
-
- All Implemented Interfaces:
GlobalInfoSupporter
,LoggingSupporter
,ClassPathAugmenter
,SimpleOptionParser
,SizeOfHandler
,Serializable
public class SystemClassPathAugmenter extends AbstractClassPathAugmenter
Simply returns the CLASSPATH environment variable.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class adams.core.logging.LoggingObject
m_Logger, m_LoggingIsEnabled, m_LoggingLevel
-
-
Constructor Summary
Constructors Constructor Description SystemClassPathAugmenter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getClassPathAugmentation()
Returns the classpath parts (jars, directories) to add to the classpath.String
globalInfo()
Returns a string describing the object.-
Methods inherited from class adams.core.option.AbstractSimpleOptionParser
forCommandline, getParser, setOptions, setOptions
-
Methods inherited from class adams.core.logging.LoggingObject
configureLogger, getLogger, getLoggingLevel, initializeLogging, isLoggingEnabled, sizeOf
-
-
-
-
Method Detail
-
globalInfo
public String globalInfo()
Returns a string describing the object.- Returns:
- a description suitable for displaying in the gui
-
getClassPathAugmentation
public String[] getClassPathAugmentation()
Returns the classpath parts (jars, directories) to add to the classpath.- Returns:
- the additional classpath parts
-
-