Package de.xima.fc.plugin.helper
Class PluginPropertiesHelper
java.lang.Object
de.xima.fc.plugin.helper.PluginPropertiesHelper
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic de.xima.cmn.props.FileBasedPropertiesConfiguration
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)
-
Constructor Details
-
PluginPropertiesHelper
public PluginPropertiesHelper()
-
-
Method Details
-
savePluginProperties
- 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
-