| java.lang.Object org.jicengine.JICEngine
JICEngine | public class JICEngine (Code) | |
The main class. Provides:
- Provides methods for processing JIC files.
- Contains the
main method for using JIC Engine from the command-line.
- Acts as a factory for obtaining
Builder instances.
Copyright (C) 2004 Timo Laitinen
author: Timo Laitinen since: JICE-0.10 |
getBuilder | public static Builder getBuilder()(Code) | | Returns a Builder instance that is used for processing JIC files.
|
main | public static void main(String[] args) throws Exception(Code) | |
command-line interface for processing a jic-file.
format:
java org.jicengine.JICE -jic [jic-file-path] [-param name1 value1] [-param name2 value2] ..
|
|
|