public class CustomPropertiesParser extends Object
Constructor and Description |
---|
CustomPropertiesParser() |
Modifier and Type | Method and Description |
---|---|
static String |
parse(List<CustomProperty> customProperties)
Converts VmHooksEnv to @str as
|
static List<CustomProperty> |
parse(String str,
boolean isRegex)
Format of @str is
|
public static List<CustomProperty> parse(String str, boolean isRegex)
str
- - The string to parseisRegex
- - defines if CustomProperty is used for regex or value representationpublic static String parse(List<CustomProperty> customProperties)
customProperties
- Copyright © 2012. All Rights Reserved.