Package com.pnfsoftware.jeb.core
Class EnginesPropertiesUtil
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:
- .DevPluginClassnames (string)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildDevPluginClassnames
(List<DevPluginClassname> devPluginClassnames) Read and parse the.DevPluginClassnames
core property.void
setDevPluginClassnames
(List<DevPluginClassname> devPluginClassnames)
-
Constructor Details
-
EnginesPropertiesUtil
- Parameters:
pm
- optional (needed only for getter and setter methods) - a JEB Engines PM object
-
-
Method Details
-
parseDevPluginClassnames
-
getDevPluginClassnames
Read and parse the.DevPluginClassnames
core property.- Returns:
- a list of plugins
-
buildDevPluginClassnames
-
setDevPluginClassnames
-