Package adams.env
Interface HomeRelocator
-
- All Known Implementing Classes:
AbstractApplicationFrame,AbstractFrameWithOptionHandling,FlowSetupRunner,InstanceCompare,Main
public interface HomeRelocatorInterface for classes that can "relocate" the project's home directory.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
AbstractEnvironment.setHome(String)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHome()Returns the value use as new home directory.voidsetHome(String value)Sets the new home directory to use.
-