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