public final class ReplicationTagPredicate extends ReplicationFilterPredicate
ReplicationFilterPredicate
class to represent the Tag
object
that must exist in the object's tag set in order for the
ReplicationRule
to apply.Constructor and Description |
---|
ReplicationTagPredicate(Tag tag) |
Modifier and Type | Method and Description |
---|---|
void |
accept(ReplicationPredicateVisitor replicationPredicateVisitor)
Helper method that accepts an implemenation of
ReplicationPredicateVisitor
and invokes the most applicable visit method in the visitor. |
Tag |
getTag() |
public ReplicationTagPredicate(Tag tag)
public Tag getTag()
public void accept(ReplicationPredicateVisitor replicationPredicateVisitor)
ReplicationFilterPredicate
ReplicationPredicateVisitor
and invokes the most applicable visit method in the visitor.accept
in class ReplicationFilterPredicate