|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.percussion.extension.PSJexlUtilBase
com.autotrader.rhythmyx.RegexTools
public class RegexTools
A small JEXL tool that exposes Java's regular expression package to velocity templates.
Field Summary |
---|
Fields inherited from interface com.percussion.extension.IPSExtension |
---|
BINARY_ASSEMBLER, DATABASE_ASSEMBLER, DEBUG_ASSEMBLER, DISPATCH_ASSEMBLER, ERROR_INVALID_PARAMETER, KNOWN_ASSEMBLERS, LEGACY_ASSEMBLER, NOT_INITIALIZED, VELOCITY_ASSEMBLER |
Constructor Summary | |
---|---|
RegexTools()
|
Method Summary | |
---|---|
java.util.regex.Pattern |
compile(java.lang.String pattern)
Compiles a Regular Expression pattern. |
Methods inherited from class com.percussion.extension.PSJexlUtilBase |
---|
init |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegexTools()
Method Detail |
---|
public java.util.regex.Pattern compile(java.lang.String pattern)
pattern
- the regex pattern.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |