org.apache.yoko.rmi.impl
Class StubBuilder

java.lang.Object
  extended by org.apache.yoko.rmi.impl.StubBuilder

public class StubBuilder
extends Object


Constructor Summary
StubBuilder()
           
 
Method Summary
static Collection generateStubs(File dir, Collection interfaces)
          Generate stubs for the list of Classes (java.lang.Class objects) specified in INTERFACES; into the directory specified by DIR.
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StubBuilder

public StubBuilder()
Method Detail

generateStubs

public static Collection generateStubs(File dir,
                                       Collection interfaces)
                                throws IOException
Generate stubs for the list of Classes (java.lang.Class objects) specified in INTERFACES; into the directory specified by DIR. The resulting set of generated classes may well include more classes than specified in INTERFACES.

Returns:
list of File objects for generated files.
Throws:
IOException

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.