public abstract class RegexFactory extends Object implements Cloneable
| Modifier and Type | Field and Description |
|---|---|
static RegexFactory |
JAVA |
| Modifier | Constructor and Description |
|---|---|
protected |
RegexFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract Regex |
compile(String pattern) |
abstract String |
getName() |
public static RegexFactory JAVA
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.