public class Transformation extends AbstractUserConfiguration
AbstractUserConfiguration.PrefixIterable| Constructor and Description |
|---|
Transformation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPlugin()
Returns the plugin type name.
|
java.lang.String |
getRawPlugin()
Returns the plugin name or
null if it is not set. |
void |
setPlugin(java.lang.String plugin)
Sets the plugin's name.
|
getClassPath, setClassPathpublic java.lang.String getPlugin()
public java.lang.String getRawPlugin()
null if it is not set.public void setPlugin(java.lang.String plugin)
plugin - The fully-qualified name of the plugin type.