Class Pillar
java.lang.Object
com.suse.salt.netapi.datatypes.target.AbstractTarget<String>
com.suse.salt.netapi.datatypes.target.DictionaryTarget
com.suse.salt.netapi.datatypes.target.Pillar
Matcher based on salt pillar with glob matching
-
Field Summary
Fields inherited from class com.suse.salt.netapi.datatypes.target.DictionaryTarget
DEFAULT_DELIMITER, delimiter, key, valueFields inherited from class com.suse.salt.netapi.datatypes.target.AbstractTarget
target, type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.suse.salt.netapi.datatypes.target.DictionaryTarget
getDelimiter, getKey, getProps, getValueMethods inherited from class com.suse.salt.netapi.datatypes.target.AbstractTarget
getTarget, getType
-
Constructor Details
-
Pillar
Creates a pillar matcher- Parameters:
target- the targeting expression
-
Pillar
Creates a pillar matcher- Parameters:
target- the targeting expressiondelimiter- the character to delimit nesting in the grain name
-
Pillar
Creates a pillar matcher- Parameters:
pillar- the pillar namevalue- the value to match
-
Pillar
Creates a pillar matcher- Parameters:
pillar- the pillar namevalue- the value to matchdelimiter- the character to delimit nesting in the pillar name
-