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 String |
ENABLED_BY_DEFAULT
Default option for enabling a plugin.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getDeclaredOptions() |
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 String ENABLED_BY_DEFAULT
String[] getDeclaredOptions()
String[] getDefaultOptions()
ENABLED_BY_DEFAULT option if you want
the plugin to be enabled.Transformer getTransformer()
void setDescription(PhasePluginDescription pluginDescription)
Copyright © 2020 Soot OSS. All rights reserved.