Class DefaultPathnames

java.lang.Object
uk.co.mccombe.terrain.DefaultPathnames
All Implemented Interfaces:
Pathnames

public class DefaultPathnames extends Object implements Pathnames
  • Constructor Details

    • DefaultPathnames

      public DefaultPathnames()
  • Method Details

    • propertiesPath

      public String propertiesPath()
      Specified by:
      propertiesPath in interface Pathnames
      Returns:
      String containing the pathname for terrain.properties
    • dataPath

      public String dataPath()
      Specified by:
      dataPath in interface Pathnames
      Returns:
      String containing the pathname for the data-cache directory
    • isUnix

      protected boolean isUnix()