Class PillarRegEx
java.lang.Object
com.suse.salt.netapi.datatypes.target.AbstractTarget<String>
com.suse.salt.netapi.datatypes.target.DictionaryTarget
com.suse.salt.netapi.datatypes.target.PillarRegEx
Matcher based on salt pillar with regular expression matching
-
Field Summary
Fields inherited from class DictionaryTarget
DEFAULT_DELIMITER, delimiter, key, valueFields inherited from class AbstractTarget
target, type -
Constructor Summary
ConstructorsConstructorDescriptionPillarRegEx(String target) Creates a pillar matcherPillarRegEx(String target, char delimiter) Creates a pillar matcherPillarRegEx(String pillar, String regex) Creates a pillar matcherPillarRegEx(String pillar, String regex, 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
-
PillarRegEx
Creates a pillar matcher- Parameters:
target- the targeting expression
-
PillarRegEx
Creates a pillar matcher- Parameters:
target- the targeting expressiondelimiter- the character to delimit nesting in the grain name
-
PillarRegEx
-
PillarRegEx
-