public class SystemPropertiesCollection extends PropertyStaticCollection
PROPERTY_REGISTRY_DO_NOT_REGISTER, PROPERTY_REGISTRY_NO_TIMEOUT
Modifier and Type | Method and Description |
---|---|
static SystemPropertiesCollection |
getInstance() |
static void |
main(String[] args) |
void |
preValidation()
This method is called before any validation of PropertyIO and Properties is performed, this is where you typically can setup global configurations.
|
static void |
printEnvironmentProperties()
Will print out all System enviroment properties to
System.out.println . |
static void |
printSystemProperties()
Will print out all System properties properties to
System.out.println . |
addPropertyChangeListener, getIo, getIterator, getList, getLogger, getName, getProperties, getPropertyByName, getPropertyFieldFilter, getPropertyValidationHandler, getRegistryTimeout, initialize, postValidation, reload, removeAllPropertyChangeListeners, removePropertyChangeListener, setProperties, setPropertyValidationHandler, size, validate, validation
public static SystemPropertiesCollection getInstance()
public void preValidation()
PropertyCollection
preValidation
in interface PropertyCollection
preValidation
in class PropertyFieldCollection
public static void printSystemProperties()
System.out.println
. public static void printEnvironmentProperties()
System.out.println
.public static void main(String[] args)