|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
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<ProcessingMode> |
getModeFactory()
Returns the factory which can create any of the known output modes. |
static String |
getStarjavaRevision()
Returns the revision string for the starjava repository, if available. |
static uk.ac.starlink.util.ObjectFactory<uk.ac.starlink.task.Task> |
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<ProcessingMode> getModeFactory()
public static uk.ac.starlink.util.ObjectFactory<uk.ac.starlink.task.Task> getTaskFactory()
public static String getVersion()
public static String getStarjavaRevision()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |