|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.osbcp.jjsw.Generator
public final class Generator
Generates JavaScript functions to a JavaScript source file based on JavaScriptFunctions.
Method Summary | |
---|---|
static void |
generateTo(java.util.List<java.lang.Class<?>> classes,
java.io.File javaScriptFile,
boolean addJavaScriptComments)
Generates JavaScript functions to a JavaScript source file based on JavaScriptFunctions. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void generateTo(java.util.List<java.lang.Class<?>> classes, java.io.File javaScriptFile, boolean addJavaScriptComments) throws java.lang.Exception
classes
- A list of classes which JavaScript methods that should be exportedjavaScriptFile
- File where the generated JavaScript source file that should be writtenaddJavaScriptComments
- If additional comments should be added in the generated JavaScript source file
java.lang.Exception
- If any error occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |