Class PillarExact

  • All Implemented Interfaces:
    Target<java.lang.String>

    public class PillarExact
    extends DictionaryTarget
    implements Target<java.lang.String>
    Matcher based on salt pillar without glob matching
    • Constructor Detail

      • PillarExact

        public PillarExact​(java.lang.String target)
        Creates a pillar matcher
        Parameters:
        target - the targeting expression
      • PillarExact

        public PillarExact​(java.lang.String target,
                           char delimiter)
        Creates a pillar matcher
        Parameters:
        target - the targeting expression
        delimiter - the character to delimit nesting in the grain name
      • PillarExact

        public PillarExact​(java.lang.String pillar,
                           java.lang.String value)
        Creates a pillar matcher
        Parameters:
        pillar - the pillar name
        value - the value to match
      • PillarExact

        public PillarExact​(java.lang.String pillar,
                           java.lang.String value,
                           char delimiter)
        Creates a pillar matcher
        Parameters:
        pillar - the pillar name
        value - the value to match
        delimiter - the character to delimit nesting in the pillar name