public interface ReplicationPredicateVisitor
ReplicationFilterPredicate
visited.
This follows the visitor design pattern.
When an implementation of this visitor is passed to an
ReplicationFilterPredicate.accept(ReplicationPredicateVisitor)
method,
the visit method most applicable to that element is invoked.Modifier and Type | Method and Description |
---|---|
void |
visit(ReplicationAndOperator replicationAndOperator)
Implement this method to add behaviour performed when
ReplicationAndOperator is visited. |
void |
visit(ReplicationPrefixPredicate lifecyclePrefixPredicate)
Implement this method to add behaviour performed when
ReplicationPrefixPredicate is visited. |
void |
visit(ReplicationTagPredicate replicationTagPredicate)
Implement this method to add behaviour performed when
ReplicationTagPredicate is visited. |
void visit(ReplicationPrefixPredicate lifecyclePrefixPredicate)
ReplicationPrefixPredicate
is visited.void visit(ReplicationTagPredicate replicationTagPredicate)
ReplicationTagPredicate
is visited.void visit(ReplicationAndOperator replicationAndOperator)
ReplicationAndOperator
is visited.Copyright © 2024. All rights reserved.