|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.whatsnew.filter.impl.SimpleIndentationFilter | +--net.sf.whatsnew.filter.impl.ComposedIndentationFilter
An Filter implementation which idents first line with a string and the rest with other
Constructor Summary | |
ComposedIndentationFilter()
|
Method Summary | |
java.lang.String[] |
filter(java.lang.String[] input)
Process an array of Strings |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ComposedIndentationFilter()
Method Detail |
public java.lang.String[] filter(java.lang.String[] input)
filter
in interface Filter
filter
in class SimpleIndentationFilter
input
- The array to process
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |