Package | Description |
---|---|
com.massa.util.property |
This package contains property access framework.
|
Modifier and Type | Method and Description |
---|---|
protected PropertySource.State |
PropertySource.getStateInstance()
To be overridden if
PropertySource.State is overridden. |
Modifier and Type | Method and Description |
---|---|
protected void |
PropertySource.populateState(PropertySource.State state)
To be overridden if other state elements are to be saved.
|
protected void |
PropertySource.restoreState(PropertySource.State state)
To be overridden if other state elements are to be restored.
|