public class

EnginesPropertiesUtil

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.EnginesPropertiesUtil

Class Overview

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)

Summary

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

Public Constructors

public EnginesPropertiesUtil (IPropertyManager pm)

Parameters
pm optional (needed only for getter and setter methods) - a JEB Engines PM object

Public Methods

public String buildDevPluginClassnames (List<DevPluginClassname> devPluginClassnames)

public List<DevPluginClassname> getDevPluginClassnames ()

Read and parse the .DevPluginClassnames core property.

Returns
  • a list of plugins

public List<DevPluginClassname> parseDevPluginClassnames (String s)

public void setDevPluginClassnames (List<DevPluginClassname> devPluginClassnames)