adams.core.management
Class WekaPackagesClassPathAugmenter

java.lang.Object
  extended by adams.core.management.AbstractClassPathAugmenter
      extended by 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

Field Summary
protected  Vector<String> m_Augmentations
          for storing the augmentations.
 
Constructor Summary
WekaPackagesClassPathAugmenter()
           
 
Method Summary
 String[] getClassPathAugmentation()
          Returns the classpath parts (jars, directories) to add to the classpath.
protected  void loadPackageDirectory(File directory)
          Processes a package directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_Augmentations

protected Vector<String> m_Augmentations
for storing the augmentations.

Constructor Detail

WekaPackagesClassPathAugmenter

public WekaPackagesClassPathAugmenter()
Method Detail

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.