Package adams.core.management
Interface EnvironmentModifier
-
- All Superinterfaces:
GlobalInfoSupporter,SimpleOptionParser
- All Known Implementing Classes:
AbstractEnvironmentModifier,WekaHomeEnvironmentModifier
public interface EnvironmentModifier extends SimpleOptionParser
Interface for classes that modify the environment used by theLauncher.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanupdateEnvironment(List<String> env)Updates the environment variables that theLauncheruses for launching the ADAMS process.-
Methods inherited from interface adams.core.GlobalInfoSupporter
globalInfo
-
Methods inherited from interface adams.core.option.SimpleOptionParser
getParser, setOptions
-
-