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