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