|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.ac.starlink.ttools.ProcessingMode | +--uk.ac.starlink.ttools.CopyMode
Processing mode which writes out a table.
Constructor Summary | |
CopyMode()
|
Method Summary | |
String |
getHelp()
|
String |
getModeUsage()
Returns a list of additional flags which can be used when this mode is operational (as processed by setArgs). |
String |
getName()
Returns the name of this mode. |
void |
process(StarTable table)
Writes the input table to an output table. |
boolean |
setArgs(List argList)
Consume a list of arguments. |
Methods inherited from class uk.ac.starlink.ttools.ProcessingMode |
getOutputStream |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CopyMode()
Method Detail |
public String getName()
ProcessingMode
getName
in class ProcessingMode
public boolean setArgs(List argList)
ProcessingMode
setArgs
in class ProcessingMode
argList
- an array of strings obtained from the command line
public String getModeUsage()
ProcessingMode
getModeUsage
in class ProcessingMode
public String getHelp()
public void process(StarTable table) throws IOException
process
in class ProcessingMode
table
- input table
IOException
|
Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |