Package adams.core.management
Class ImplicitClassPathAugmenter
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.core.option.AbstractSimpleOptionParser
-
- adams.core.management.AbstractClassPathAugmenter
-
- adams.core.management.ImplicitClassPathAugmenter
-
- All Implemented Interfaces:
GlobalInfoSupporter
,LoggingSupporter
,ClassPathAugmenter
,SimpleOptionParser
,SizeOfHandler
,Serializable
public class ImplicitClassPathAugmenter extends AbstractClassPathAugmenter
Applies classpath augmenters listed in props file (if enabled) implicitly on startup.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static Properties
m_Properties
the properties.static String
PROPERTIES_FILENAME
the properties file to load.-
Fields inherited from class adams.core.logging.LoggingObject
m_Logger, m_LoggingIsEnabled, m_LoggingLevel
-
-
Constructor Summary
Constructors Constructor Description ImplicitClassPathAugmenter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getClassPathAugmentation()
Returns the classpath parts (jars, directories) to add to the classpath.protected static Properties
getProperties()
Returns the properties with the suggestions.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
-
-
-
-
Field Detail
-
PROPERTIES_FILENAME
public static final String PROPERTIES_FILENAME
the properties file to load.- See Also:
- Constant Field Values
-
m_Properties
protected static Properties m_Properties
the properties.
-
-
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
-
getProperties
protected static Properties getProperties()
Returns the properties with the suggestions.- Returns:
- the suggestions
-
-