|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.acsinet_solutions.util.regexp.NoOpCharFilter
public final class NoOpCharFilter
A NO-OP filter that can be used to implement the NULL OBJECT pattern for text filters
| Constructor Summary | |
|---|---|
NoOpCharFilter()
|
|
| Method Summary | |
|---|---|
java.lang.String |
filter(java.lang.String str)
Simpli return the input string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoOpCharFilter()
| Method Detail |
|---|
public final java.lang.String filter(java.lang.String str)
filter in interface CharFilterstr - A not-null String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||