Package | Description |
---|---|
org.ocpsoft.rewrite.config |
Modifier and Type | Class and Description |
---|---|
class |
DefaultOperationBuilder
Used as a base class to create fluent relationships between
Operation objects; this class adds logical
operators to any class extending it. |
class |
InboundOperation
|
class |
Invoke
|
class |
Log
An
Operation responsible for logging a message. |
static class |
Operations.NoOp |
class |
OutboundOperation
An operation that is only performed if the current
Rewrite event is an OutboundRewrite event. |
class |
Subset
|
Modifier and Type | Method and Description |
---|---|
OperationBuilder |
OperationBuilder.and(Operation other)
Join this instance with another
Operation . |
OperationBuilder |
DefaultOperationBuilder.and(Operation other) |
static OperationBuilder |
Operations.create()
Return a new
DefaultOperationBuilder that takes no action when
#perform(Rewrite, EvaluationContext) is invoked. |
static OperationBuilder |
Operations.wrap(Operation operation)
Wrap a given
Operation as a new DefaultOperationBuilder that performs the action of the original
Operation when #perform(Rewrite, EvaluationContext) is invoked. |
Copyright © 2014 OCPsoft. All Rights Reserved.