org.jibx.binding
Class Run
java.lang.Object
org.jibx.binding.Run
public class Run
- extends Object
Bind-on-load class runner. This uses a binding loader to compile a binding,
then loads and calls the main execution class for an application substituting
the classes modified by the binding.
- Version:
- 1.0
- Author:
- Dennis M. Sosnoski
|
Method Summary |
static void |
main(String[] args)
Main method for bind-on-load handling. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
- Main method for bind-on-load handling.
- Parameters:
args - command line arguments
Copyright © 2005-2011 jibx.org. All Rights Reserved.