public static class ConfigurationEngineDefaults.Patterns extends Object implements Serializable
Constructor and Description |
---|
Patterns() |
Modifier and Type | Method and Description |
---|---|
Long |
getMaxSubexpressions()
Returns the maximum number of subexpressions
|
boolean |
isMaxSubexpressionPreventStart()
Returns true, the default, to indicate that if there is a maximum defined
it is being enforced and new subexpressions are not allowed.
|
void |
setMaxSubexpressionPreventStart(boolean maxSubexpressionPreventStart)
Set to true, the default, to indicate that if there is a maximum defined
it is being enforced and new subexpressions are not allowed.
|
void |
setMaxSubexpressions(Long maxSubexpressions)
Sets the maximum number of subexpressions
|
public Long getMaxSubexpressions()
public void setMaxSubexpressions(Long maxSubexpressions)
maxSubexpressions
- subexpression countpublic boolean isMaxSubexpressionPreventStart()
public void setMaxSubexpressionPreventStart(boolean maxSubexpressionPreventStart)
maxSubexpressionPreventStart
- indicate whether enforced or not