Class TagRule

  • All Implemented Interfaces:
    Referenceable

    public final class TagRule
    extends Rule
    This rule checks for Tags. The Tag Check rule is not exposed outside. It allows for build time payload optimization as well as runtime filtering. By Default: If the installpiece does not have tags associated, then the rule evaluates to true. Each TagChk rule has a tagsToAllow vector, which enumerates all tags it can allow, if this vector has atleast one tag which matches with the tags associated with the installpeice (container) for which the rule is evaluated, then the rule returns true. It returns false otherwise
    Version:
    1.0
    Author:
    Jiju Jacob
    • Constructor Detail

      • TagRule

        public TagRule()
    • Method Detail

      • getTagsToAllow

        public java.util.Vector<Tag> getTagsToAllow()
        The set of tags with which the associated Install Piece is associated
      • setTagsToAllow

        public void setTagsToAllow​(java.util.Vector<Tag> TagsToAllow)
        The set of tags with which the associated Install Piece is associated