Package org.ocpsoft.rewrite.config
Class DefaultOperationBuilder
java.lang.Object
org.ocpsoft.rewrite.config.DefaultOperationBuilder
- All Implemented Interfaces:
Operation,OperationBuilder
Used as a base class to create fluent relationships between
Operation objects; this class adds logical
operators to any class extending it.- Author:
- Lincoln Baxter, III
-
Constructor Details
-
DefaultOperationBuilder
public DefaultOperationBuilder()
-
-
Method Details
-
and
Description copied from interface:OperationBuilderJoin this instance with anotherOperation. All joined operations are guaranteed to be performed.Operationinstances are evaluated in the order in which they are added.- Specified by:
andin interfaceOperationBuilder
-