Class PluginPropertiesHelper

java.lang.Object
de.xima.fc.plugin.helper.PluginPropertiesHelper

public class PluginPropertiesHelper extends Object
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • PluginPropertiesHelper

      public PluginPropertiesHelper()
  • Method Details

    • savePluginProperties

      public static void savePluginProperties(PluginRuntime rtm, Properties props) throws IOException
      Throws:
      IOException
    • savePluginProperties

      public static void savePluginProperties(String scopeKey, String runtimeKey, Properties props) throws IOException
      Throws:
      IOException
    • getPluginProperties

      public static de.xima.cmn.props.FileBasedPropertiesConfiguration getPluginProperties(PluginRuntime rtm)
    • getPluginProperties

      public static de.xima.cmn.props.FileBasedPropertiesConfiguration getPluginProperties(String scopeKey, String runtimeKey)