public class ParseUtil extends Object
Modifier and Type | Field and Description |
---|---|
protected static Pattern |
REGEX_TTL_ISO |
Constructor and Description |
---|
ParseUtil() |
Modifier and Type | Method and Description |
---|---|
static Integer |
parseHistoryTimeToLive(String historyTimeToLive)
Parse History Time To Live in ISO-8601 format to integer and set into the given entity
|
protected static Integer |
parseIntegerAttribute(String attributeName,
String text) |
static Jdk |
parseJdkDetails() |
static ProcessEngineDetails |
parseProcessEngineVersion(String packageImplementationVersion,
boolean trimSuffixEE) |
static FailedJobRetryConfiguration |
parseRetryIntervals(String retryIntervals) |
static String |
parseServerVendor(String applicationServerInfo) |
protected static final Pattern REGEX_TTL_ISO
public static Integer parseHistoryTimeToLive(String historyTimeToLive)
historyTimeToLive
- protected static Integer parseIntegerAttribute(String attributeName, String text)
public static FailedJobRetryConfiguration parseRetryIntervals(String retryIntervals)
public static ProcessEngineDetails parseProcessEngineVersion(String packageImplementationVersion, boolean trimSuffixEE)
public static Jdk parseJdkDetails()
Copyright © 2022. All rights reserved.