Next Previous Up Contents
Next: Application Arguments
Up: Invocation
Previous: Java Arguments

2.3 Command Classname

Each command in the package is defined at the top level with a single class in the namespace uk.ac.starlink.ttools. For instance tpipe is defined by the class uk.ac.starlink.ttools.TablePipe, and if you don't have the tpipe script you can run it using

    java -classpath some/where/stilts.jar uk.ac.starlink.ttools.TablePipe
The classname of each command is listed with its description in Appendix A.


Next Previous Up Contents
Next: Application Arguments
Up: Invocation
Previous: Java Arguments

STILTS - Starlink Tables Infrastructure Library Tool Set
Starlink User Note 256
STILTS web page: http://www.starlink.ac.uk/stilts/
Author email: m.b.taylor@bristol.ac.uk