| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.EnginesPropertiesUtil |
Utility class to handle (parse and get, build and save) some JEB back-end properties.
Each property " Xxx" being handled should have 4 methods:
parseXxx()getXxx()buildXxx()setXxx()Properties currently handled:
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| EnginesPropertiesUtil(IPropertyManager pm) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | buildDevPluginClassnames(List<DevPluginClassname> devPluginClassnames) | ||||||||||
| List<DevPluginClassname> |
getDevPluginClassnames()
Read and parse the
.DevPluginClassnames core property. | ||||||||||
| List<DevPluginClassname> | parseDevPluginClassnames(String s) | ||||||||||
| void | setDevPluginClassnames(List<DevPluginClassname> devPluginClassnames) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
| pm | optional (needed only for getter and setter methods) - a JEB Engines PM object |
|---|
Read and parse the .DevPluginClassnames core property.