public class Transform extends Object implements HasPhaseOptions
Constructor and Description |
---|
Transform(String phaseName,
Transformer t) |
Modifier and Type | Method and Description |
---|---|
void |
apply() |
void |
apply(Body b) |
String |
getDeclaredOptions() |
String |
getDefaultOptions() |
String |
getPhaseName() |
Transformer |
getTransformer() |
void |
setDeclaredOptions(String options)
Allows user-defined phases to have options other than just enabled
without having to mess with the XML.
|
void |
setDefaultOptions(String options)
Allows user-defined phases to have options other than just
enabled without having to mess with the XML.
|
String |
toString() |
public Transform(String phaseName, Transformer t)
public String getPhaseName()
getPhaseName
in interface HasPhaseOptions
public Transformer getTransformer()
public String getDeclaredOptions()
getDeclaredOptions
in interface HasPhaseOptions
public String getDefaultOptions()
getDefaultOptions
in interface HasPhaseOptions
public void setDeclaredOptions(String options)
public void setDefaultOptions(String options)
public void apply()
public void apply(Body b)