Class StringPolicyUtils
- java.lang.Object
-
- com.evolveum.midpoint.model.common.stringpolicy.StringPolicyUtils
-
public class StringPolicyUtils extends Object
- Author:
- mamut
-
-
Constructor Summary
Constructors Constructor Description StringPolicyUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
collectCharacterClass(CharacterClassType cc, QName ref)
Prepare usable list of strings for generatorstatic StringPolicyType
normalize(StringPolicyType sp)
static List<String>
stringTokenizer(String in)
z Convert string to array
-
-
-
Method Detail
-
normalize
public static StringPolicyType normalize(StringPolicyType sp)
-
collectCharacterClass
public static String collectCharacterClass(CharacterClassType cc, QName ref)
Prepare usable list of strings for generator
-
-