Package org.ocpsoft.rewrite.config
Class Subset
java.lang.Object
org.ocpsoft.rewrite.config.DefaultOperationBuilder
org.ocpsoft.rewrite.config.Subset
- All Implemented Interfaces:
CompositeOperation,Operation,OperationBuilder,Parameterized
- Author:
- Lincoln Baxter, III
-
Method Summary
Modifier and TypeMethodDescriptionstatic Subsetevaluate(Configuration config) Returns allOperationobjects contained within thisCompositeOperation; otherwise, returns an emptyList.Get all requiredParameternames for thisParameterizedinstance.voidperform(Rewrite event, EvaluationContext context) Perform theOperation.voidsetParameterStore(ParameterStore parent) Initialize thisParameterizedinstance with the globalParameterStore.toString()Methods inherited from class org.ocpsoft.rewrite.config.DefaultOperationBuilder
and
-
Method Details
-
evaluate
-
perform
Description copied from interface:OperationPerform theOperation. -
getOperations
Description copied from interface:CompositeOperationReturns allOperationobjects contained within thisCompositeOperation; otherwise, returns an emptyList.- Specified by:
getOperationsin interfaceCompositeOperation
-
getRequiredParameterNames
Description copied from interface:ParameterizedGet all requiredParameternames for thisParameterizedinstance.- Specified by:
getRequiredParameterNamesin interfaceParameterized
-
setParameterStore
Description copied from interface:ParameterizedInitialize thisParameterizedinstance with the globalParameterStore.- Specified by:
setParameterStorein interfaceParameterized
-
toString
-