public class RemoveRedundantPushStores extends BodyTransformer implements IJbcoTransform
Modifier and Type | Field and Description |
---|---|
static String[] |
dependancies |
static String |
name |
debug, out, output
Constructor and Description |
---|
RemoveRedundantPushStores() |
Modifier and Type | Method and Description |
---|---|
String[] |
getDependancies() |
String |
getName() |
protected void |
internalTransform(Body b,
String phaseName,
Map<String,String> options)
This method is called to perform the transformation itself.
|
void |
outputSummary() |
transform, transform, transform
public String[] getDependancies()
getDependancies
in interface IJbcoTransform
public String getName()
getName
in interface IJbcoTransform
public void outputSummary()
outputSummary
in interface IJbcoTransform
protected void internalTransform(Body b, String phaseName, Map<String,String> options)
BodyTransformer
internalTransform
in class BodyTransformer
b
- the body on which to apply the transformationphaseName
- the phasename for this transform; not typically used by implementations.options
- the actual computed options; a combination of default options and Scene specified options.