|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.build.JyStilts
public class JyStilts
Writes a Jython module which facilitates use of STILTS functionality
from Jython.
The main
method will write the jython source code
to standard output.
Constructor Summary | |
---|---|
JyStilts(Stilts stilts)
Constructor. |
Method Summary | |
---|---|
static void |
main(String[] args)
Writes jython source code for a stilts.py module
to standard output. |
void |
writeModule(Writer writer)
Outputs the python source code for the stilts module. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JyStilts(Stilts stilts)
stilts
- stilts instance defining available tasks etcMethod Detail |
---|
public void writeModule(Writer writer) throws IOException, LoadException, SAXException
writer
- destination stream
IOException
LoadException
SAXException
public static void main(String[] args) throws IOException, LoadException, SAXException
stilts.py
module
to standard output.
No arguments.
IOException
LoadException
SAXException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |