public interface SootPhasePlugin
setDescription
then
the list of possible parameters is called and the last step is the call to getTransformer
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ENABLED_BY_DEFAULT
Default option for enabling a plugin.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getDeclaredOptions() |
java.lang.String[] |
getDefaultOptions()
Returns a list of default values for initializing the parameters.
|
Transformer |
getTransformer()
Creates a new transformer instance (either SceneTransformer or BodyTransformer).
|
void |
setDescription(PhasePluginDescription pluginDescription) |
static final java.lang.String ENABLED_BY_DEFAULT
java.lang.String[] getDeclaredOptions()
java.lang.String[] getDefaultOptions()
ENABLED_BY_DEFAULT
option if you want the plugin to be
enabled.Transformer getTransformer()
void setDescription(PhasePluginDescription pluginDescription)