adams.core.management
Class WekaPackagesClassPathAugmenter
java.lang.Object
adams.core.management.AbstractClassPathAugmenter
adams.core.management.WekaPackagesClassPathAugmenter
- All Implemented Interfaces:
- ClassPathAugmenter
public class WekaPackagesClassPathAugmenter
- extends AbstractClassPathAugmenter
Returns the classpath augmentations for all the installed WEKA packages.
- Version:
- $Revision: 4584 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
WekaPackageManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_Augmentations
protected Vector<String> m_Augmentations
- for storing the augmentations.
WekaPackagesClassPathAugmenter
public WekaPackagesClassPathAugmenter()
loadPackageDirectory
protected void loadPackageDirectory(File directory)
- Processes a package directory.
- Parameters:
directory - the directory to process
getClassPathAugmentation
public String[] getClassPathAugmentation()
- Returns the classpath parts (jars, directories) to add to the classpath.
- Returns:
- the additional classpath parts
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.