|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.Stilts
public class Stilts
Top-level class for invoking tasks in the STILTS package. Invoking the main() method with no arguments will write a usage message.
Field Summary | |
---|---|
static String |
VERSION_RESOURCE
|
Constructor Summary | |
---|---|
Stilts()
|
Method Summary | |
---|---|
static uk.ac.starlink.util.ObjectFactory |
getModeFactory()
Returns the factory which can create any of the known output modes. |
static uk.ac.starlink.util.ObjectFactory |
getTaskFactory()
Returns the factory which can create any of the known tasks. |
static String |
getVersion()
Returns the version number for the STILTS package. |
static void |
main(String[] args)
Main method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String VERSION_RESOURCE
Constructor Detail |
---|
public Stilts()
Method Detail |
---|
public static void main(String[] args)
args
- argument vectorpublic static uk.ac.starlink.util.ObjectFactory getModeFactory()
ProcessingMode
objects.public static uk.ac.starlink.util.ObjectFactory getTaskFactory()
Task
objects.public static String getVersion()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |