Class MigrationConfigProperty
- java.lang.Object
-
- org.apache.unomi.shell.migration.service.MigrationConfigProperty
-
public class MigrationConfigProperty extends Object
Just a bean for a configuration property to be used during migration process
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MigrationConfigProperty(String description, String defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDefaultValue()
String
getDescription()
-