Package adams.env
Interface HomeRelocator
-
- All Known Implementing Classes:
AbstractApplicationFrame
,AbstractFrameWithOptionHandling
,FlowSetupRunner
,InstanceCompare
,Main
public interface HomeRelocator
Interface 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 String
getHome()
Returns the value use as new home directory.void
setHome(String value)
Sets the new home directory to use.
-