public class P6SpyProperties extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
DFLT_OPTIONS_FILE |
protected static String |
OPTIONS_FILE_PROPERTY |
Properties |
properties |
protected static long |
propertiesLastModified |
protected static String |
propertiesPath |
protected static String |
SPY_PROPERTIES_FILE |
Constructor and Description |
---|
P6SpyProperties()
Creates a new instance of P6SpyProperties
|
Modifier and Type | Method and Description |
---|---|
protected static String |
findPropertiesPath() |
Properties |
forceReadProperties() |
ArrayList |
getOrderedList(String prefix) |
static String |
getPropertiesPath() |
ArrayList |
getReverseOrderedList(String prefix) |
static void |
initMethod() |
boolean |
isNewProperties() |
static void |
saveProperties() |
void |
setClassValues(Class klass) |
static void |
setSpyProperties(String _properties) |
protected static final String OPTIONS_FILE_PROPERTY
protected static final String DFLT_OPTIONS_FILE
protected static String SPY_PROPERTIES_FILE
protected static long propertiesLastModified
protected static String propertiesPath
public Properties properties
public P6SpyProperties()
public static void initMethod()
public boolean isNewProperties()
public static String getPropertiesPath()
public static void setSpyProperties(String _properties)
protected static String findPropertiesPath()
public static void saveProperties()
public Properties forceReadProperties()
public void setClassValues(Class klass)