Enum Class SystemProperty

java.lang.Object
java.lang.Enum<SystemProperty>
org.refcodes.runtime.SystemProperty
All Implemented Interfaces:
Serializable, Comparable<SystemProperty>, Constable, org.refcodes.mixin.EnabledAccessor, org.refcodes.mixin.EnabledAccessor.EnabledMutator, org.refcodes.mixin.EnabledAccessor.EnabledProperty, org.refcodes.mixin.KeyAccessor<String>, org.refcodes.mixin.ValueAccessor<String>, org.refcodes.mixin.ValueAccessor.ValueMutator<String>, org.refcodes.mixin.ValueAccessor.ValueProperty<String>

public enum SystemProperty extends Enum<SystemProperty> implements org.refcodes.mixin.KeyAccessor<String>, org.refcodes.mixin.ValueAccessor.ValueProperty<String>, org.refcodes.mixin.EnabledAccessor.EnabledProperty
SystemProperty define values to be used at runtime. Them are passed to a JVM by prefixing a "-D" to the actual "property=value" pair.