com.jalios.util
Class BeautifierRegexp
java.lang.Object
com.jalios.util.Beautifier
com.jalios.util.BeautifierRegexp
- Direct Known Subclasses:
- BeautifierUrl
public class BeautifierRegexp
- extends Beautifier
|
Constructor Summary |
BeautifierRegexp(java.lang.String[] regexpMatch,
java.lang.String[] regexpReplace,
int truncate)
|
|
Method Summary |
java.lang.String |
beautify(java.lang.String str)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REVISION
public static final java.lang.String REVISION
- See Also:
- Constant Field Values
regexpPattern
protected org.apache.oro.text.regex.Pattern[] regexpPattern
regexpSubstitution
protected org.apache.oro.text.regex.Substitution[] regexpSubstitution
BeautifierRegexp
public BeautifierRegexp(java.lang.String[] regexpMatch,
java.lang.String[] regexpReplace,
int truncate)
beautify
public java.lang.String beautify(java.lang.String str)
- Overrides:
beautify in class Beautifier
Copyright © 2001-2010 Jalios SA. All Rights Reserved.