public abstract class TextProcessorAdapter extends Object implements TextProcessor
| Constructor and Description |
|---|
TextProcessorAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
process(String source)
Process the text
|
StringBuffer |
process(StringBuffer source)
Process the text
|
StringBuilder |
process(StringBuilder source)
Process the text
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocesspublic String process(String source)
process in interface TextProcessorsource - the sourcetextpublic StringBuilder process(StringBuilder source)
process in interface TextProcessorsource - the sourcetextpublic StringBuffer process(StringBuffer source)
process in interface TextProcessorsource - the sourcetextCopyright © 2016. All rights reserved.