Class EnginesPropertiesUtil

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

public class EnginesPropertiesUtil extends Object
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 Details

    • EnginesPropertiesUtil

      public EnginesPropertiesUtil(IPropertyManager pm)
      Parameters:
      pm - optional (needed only for getter and setter methods) - a JEB Engines PM object
  • Method Details