Package mil.nga.gars.property
Class GARSProperties
- java.lang.Object
-
- mil.nga.grid.property.GridProperties
-
- mil.nga.gars.property.GARSProperties
-
public class GARSProperties extends GridProperties
GARS property loader- Author:
- osbornb
-
-
Field Summary
Fields Modifier and Type Field Description static GARSProperties
instance
Singleton instancestatic String
PROPERTIES_FILE
Property file name-
Fields inherited from class mil.nga.grid.property.GridProperties
mProperties
-
-
Constructor Summary
Constructors Constructor Description GARSProperties()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFile()
static GARSProperties
getInstance()
Get the singleton instance-
Methods inherited from class mil.nga.grid.property.GridProperties
buildProperty, getBooleanProperty, getBooleanProperty, getBooleanProperty, getBooleanProperty, getDoubleProperty, getDoubleProperty, getDoubleProperty, getDoubleProperty, getFloatProperty, getFloatProperty, getFloatProperty, getFloatProperty, getIntegerProperty, getIntegerProperty, getIntegerProperty, getIntegerProperty, getProperty, getProperty, getProperty, getProperty
-
-
-
-
Field Detail
-
PROPERTIES_FILE
public static final String PROPERTIES_FILE
Property file name- See Also:
- Constant Field Values
-
instance
public static GARSProperties instance
Singleton instance
-
-
Method Detail
-
getInstance
public static GARSProperties getInstance()
Get the singleton instance- Returns:
- instance
-
getFile
public String getFile()
- Specified by:
getFile
in classGridProperties
-
-