|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Filter in net.sf.whatsnew.filter.impl |
Classes in net.sf.whatsnew.filter.impl that implement Filter | |
class |
ComposedIndentationFilter
An Filter implementation which idents first line with a string and the rest with other |
class |
SimpleIndentationFilter
An Filter implementation which idents each line with a string |
class |
TabsToSpacesFilter
An Filter implementation which removes tabs and substitutes with spaces |
class |
TrimSpacesFilter
An Filter implementation which trims spaces of strings |
class |
WordWrapFilter
An Filter implementation which wordwraps lines |
Uses of Filter in net.sf.whatsnew.mode |
Methods in net.sf.whatsnew.mode that return Filter | |
protected abstract Filter[] |
Mode.getExtraFilters()
Get the filters to be applied to extra input |
protected abstract Filter[] |
Mode.getFileFilters()
Get the filters to be applied to file input |
Uses of Filter in net.sf.whatsnew.mode.impl |
Methods in net.sf.whatsnew.mode.impl that return Filter | |
protected Filter[] |
Change.getExtraFilters()
Get the filters to be applied to extra input |
protected Filter[] |
Change.getFileFilters()
Get the filters to be applied to file input |
protected Filter[] |
Release.getExtraFilters()
Get the filters to be applied to extra input |
protected Filter[] |
Release.getFileFilters()
Get the filters to be applied to file input |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |