org.openorb.ir
Class Loader

java.lang.Object
  |
  +--org.openorb.ir.Loader

public class Loader
extends java.lang.Object

This class is the Interface Repository tool.

Author:
Olivier Modica

Constructor Summary
Loader()
           
 
Method Summary
static org.omg.CORBA.Repository connectToIR(java.lang.String[] args, org.omg.CORBA.ORB orb)
          Connect to the Interface Repository
static void displayHelp()
          Display help to known how to use this compiler
static void main(java.lang.String[] args)
          Application entry point
static void scanArguments(java.lang.String[] args)
          Scan the command line parameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Loader

public Loader()
Method Detail

displayHelp

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

scanArguments

public static void scanArguments(java.lang.String[] args)
Scan the command line parameters
Parameters:
args - command line parameters

connectToIR

public static org.omg.CORBA.Repository connectToIR(java.lang.String[] args,
                                                   org.omg.CORBA.ORB orb)
Connect to the Interface Repository

main

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