Package 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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Main method for bind-on-load handling.
-
-
-
Method Detail
-
main
public static void main(String[] args)
Main method for bind-on-load handling.- Parameters:
args- command line arguments
-
-