Package org.ametys.core.migration
Class MigrationConfiguration
- java.lang.Object
-
- org.ametys.core.migration.MigrationConfiguration
-
public class MigrationConfiguration extends Object
Object to store each migration extension
-
-
Constructor Summary
Constructors Constructor Description MigrationConfiguration(String id, String pluginName, String featureName, Configuration configuration)
Constructor with all attributes
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Configuration
getConfiguration()
Get the configurationString
getFeatureName()
Get the feature nameString
getId()
Get the extension idString
getPluginName()
Get the plugin nameString
toString()
-
-
-
Constructor Detail
-
MigrationConfiguration
public MigrationConfiguration(String id, String pluginName, String featureName, Configuration configuration)
Constructor with all attributes- Parameters:
id
- id of the extensionpluginName
- plugin containing the extensionfeatureName
- feature containing the extensionconfiguration
- configuration of the extension
-
-
Method Detail
-
getPluginName
public String getPluginName()
Get the plugin name- Returns:
- The plugin name
-
getFeatureName
public String getFeatureName()
Get the feature name- Returns:
- The feature name
-
getConfiguration
public Configuration getConfiguration()
Get the configuration- Returns:
- The configuration
-
-