Class ReplicationSelectorElement


  • public class ReplicationSelectorElement
    extends Object

    A nested element used by SetServiceReplicationSelectorsTask that identifies a replication condition.

    Ant Parameters

    Attribute

    Description

    Required

    condition

    The name of a replication selector condition. Valid conditions are identified by the ReplicationSelector enum.

    Yes.

    • Constructor Detail

      • ReplicationSelectorElement

        public ReplicationSelectorElement()
    • Method Detail

      • getCondition

        public String getCondition()
      • setCondition

        public void setCondition​(String condition)
      • validate

        public void validate()
                      throws org.apache.tools.ant.BuildException
        Throws:
        org.apache.tools.ant.BuildException