Enhydra 5.1 API

com.lutris.appserver.server.jolt.joltc
Class JoltCompile

java.lang.Object
  |
  +--com.lutris.appserver.server.jolt.joltc.JoltCompile

public class JoltCompile
extends java.lang.Object

Command line program to compile a JoltHTML into Java source for a Jolt Presentation Object.

    JoltCompile [-d destdir] [-j javadir] [-k] \
                src.jhtml packageName
 


Constructor Summary
JoltCompile()
           
 
Method Summary
static void main(java.lang.String[] args)
          Program entry for command line JoltHTML compiler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoltCompile

public JoltCompile()
Method Detail

main

public static void main(java.lang.String[] args)
Program entry for command line JoltHTML compiler.


Enhydra 5.1 API