Package de.xima.fc.plugin.helper
Class PluginPropertiesHelper
- java.lang.Object
-
- de.xima.fc.plugin.helper.PluginPropertiesHelper
-
public class PluginPropertiesHelper extends Object
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description PluginPropertiesHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static de.xima.cmn.props.FileBasedPropertiesConfiguration
getPluginProperties(PluginRuntime rtm)
static de.xima.cmn.props.FileBasedPropertiesConfiguration
getPluginProperties(String scopeKey, String runtimeKey)
static void
savePluginProperties(PluginRuntime rtm, Properties props)
static void
savePluginProperties(String scopeKey, String runtimeKey, Properties props)
-
-
-
Method Detail
-
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)
-
-