Class RegEx
- java.lang.Object
-
- com.suse.salt.netapi.datatypes.target.RegEx
-
-
Field Summary
Fields Modifier and Type Field Description protected Ttargetprotected TargetTypetype
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getProps()TgetTarget()TargetTypegetType()
-
-
-
Field Detail
-
target
protected final T target
-
type
protected final TargetType type
-
-
Constructor Detail
-
RegEx
public RegEx(String regex)
Creates a regular expression matcher- Parameters:
regex- Regular expression
-
-
Method Detail
-
getTarget
public T getTarget()
-
getType
public TargetType getType()
-
-