Package adams.core.management
Interface ClassPathAugmenter
-
- All Known Implementing Classes:
AbstractClassPathAugmenter
,ExternalResourceClassPathAugmenter
,ImplicitClassPathAugmenter
,SystemClassPathAugmenter
,WekaPackagesClassPathAugmenter
public interface ClassPathAugmenter
Interface for classes that are used to augment the system's classpath.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
getClassPathAugmentation()
Returns the classpath parts (jars, directories) to add to the classpath.
-
-
-
Method Detail
-
getClassPathAugmentation
String[] getClassPathAugmentation()
Returns the classpath parts (jars, directories) to add to the classpath.- Returns:
- the additional classpath parts
-
-