|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.whatsnew.mode.Mode | +--net.sf.whatsnew.mode.impl.Change
The new Change mode
Fields inherited from class net.sf.whatsnew.mode.Mode |
CHANGE, options, RELEASE |
Constructor Summary | |
Change(Options options)
Creates a new Change object. |
Method Summary | |
protected void |
checkOptions()
Validade minimal mode options |
protected ConcatFilter |
getConcatFilter()
Get concatenation filter to use |
protected Filter[] |
getExtraFilters()
Get the filters to be applied to extra input |
protected java.lang.String[] |
getExtraInput()
Get extra input |
protected Filter[] |
getFileFilters()
Get the filters to be applied to file input |
protected java.lang.String[] |
getFileInput(java.io.File inputFile)
Get file input |
protected OutputWriter |
getOutputWriter()
Get output writer |
Methods inherited from class net.sf.whatsnew.mode.Mode |
getFactory, run |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Change(Options options) throws AppException
options
- Application optionsAppException
- in case of options checking errorMethod Detail |
protected ConcatFilter getConcatFilter()
getConcatFilter
in class Mode
protected Filter[] getExtraFilters()
getExtraFilters
in class Mode
protected java.lang.String[] getExtraInput() throws AppException
getExtraInput
in class Mode
AppException
- in case of errorprotected Filter[] getFileFilters()
getFileFilters
in class Mode
protected java.lang.String[] getFileInput(java.io.File inputFile) throws AppException
getFileInput
in class Mode
inputFile
- The file to useAppException
- in case of errorprotected OutputWriter getOutputWriter()
getOutputWriter
in class Mode
protected void checkOptions() throws AppException
checkOptions
in class Mode
AppException
- in case of error
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |