Package mccombe.terrain
Interface Pathnames
-
- All Known Implementing Classes:
DefaultPathnames
,UnixPathnames
public interface Pathnames
Define interface for specifying paths for locating the properties and data files.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
dataPath()
java.lang.String
propertiesPath()
-