org.openorb.trader.compiler
Class StdlCompiler

java.lang.Object
  |
  +--org.openorb.trader.compiler.StdlCompiler

public class StdlCompiler
extends java.lang.Object

This class provides a simple ServiceType description compiler. It generates classes to create a service type, and to export offers.

Author:
Jerome Daniel

Constructor Summary
StdlCompiler()
           
 
Method Summary
static void display_help()
          Display help to known how to use this compiler
static void main(java.lang.String[] args)
          Program entry point
static void scan_arguments(java.lang.String[] args)
          Scan command line arguments
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StdlCompiler

public StdlCompiler()
Method Detail

display_help

public static void display_help()
Display help to known how to use this compiler

scan_arguments

public static void scan_arguments(java.lang.String[] args)
Scan command line arguments

main

public static void main(java.lang.String[] args)
Program entry point