|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.xml.xmlc.commands.xmlc.XMLC
XMLC compiler program. See the user manual for details on the command line. Will look for a system property `org.enhydra.xml.xmlc.javac' to find the compiler to use if -javac is not specified.
Field Summary | |
static java.lang.String |
JAVAC_PROPERTY
System property to pass default javac. |
Constructor Summary | |
XMLC()
Constructor with standard output streams. |
|
XMLC(java.io.PrintWriter stdout,
java.io.PrintWriter stderr)
Constructor specifying output stream for error messages. |
Method Summary | |
void |
compile(java.lang.String[] args)
Parse arguments and compile the page. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String JAVAC_PROPERTY
Constructor Detail |
public XMLC(java.io.PrintWriter stdout, java.io.PrintWriter stderr)
public XMLC()
Method Detail |
public void compile(java.lang.String[] args) throws XMLCException, java.io.IOException
XMLCException
java.io.IOException
public static void main(java.lang.String[] args)
|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |