Package adams.core.management
Class RenjinClassPathAugmenter
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.core.option.AbstractSimpleOptionParser
-
- adams.core.management.AbstractClassPathAugmenter
-
- adams.core.management.AbstractBootstrappClassPathAugmenter
-
- adams.core.management.RenjinClassPathAugmenter
-
- All Implemented Interfaces:
adams.core.GlobalInfoSupporter
,adams.core.logging.LoggingSupporter
,adams.core.management.ClassPathAugmenter
,adams.core.option.SimpleOptionParser
,adams.core.SizeOfHandler
,Serializable
public class RenjinClassPathAugmenter extends AbstractBootstrappClassPathAugmenter
Classpath augmenter for Renjin (uses bootstrapp to pull in dependencies).- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RenjinClassPathAugmenter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBootstrappOutputDir()
Returns the directory that bootstrapp uses to pull in the libraries.String
globalInfo()
Returns a string describing the object.protected boolean
usesCompressedDirStructure()
Returns whether bootstrapp compresses the directory structure.-
Methods inherited from class adams.core.management.AbstractBootstrappClassPathAugmenter
getActualLibDir, getClassPathAugmentation
-
Methods inherited from class adams.core.option.AbstractSimpleOptionParser
forCommandline, getParser, setOptions, setOptions
-
-
-
-
Field Detail
-
DIR
public static final String DIR
the directory to use in the ADAMS home dir.- See Also:
- Constant Field Values
-
-
Method Detail
-
globalInfo
public String globalInfo()
Returns a string describing the object.- Returns:
- a description suitable for displaying in the gui
-
usesCompressedDirStructure
protected boolean usesCompressedDirStructure()
Returns whether bootstrapp compresses the directory structure.- Specified by:
usesCompressedDirStructure
in classAbstractBootstrappClassPathAugmenter
- Returns:
- true if compressed
-
getBootstrappOutputDir
public String getBootstrappOutputDir()
Returns the directory that bootstrapp uses to pull in the libraries.- Specified by:
getBootstrappOutputDir
in classAbstractBootstrappClassPathAugmenter
- Returns:
- the dir above 'target' or 'lib' (if compressed)
-
-