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
  • Field Details

  • Constructor Details

    • Run

      private Run()
  • Method Details

    • addBindings

      private static void addBindings(InputStream is, ArrayList bindings) throws IOException
      Accumulate list of bindings from stream.
      Parameters:
      is - stream to be read for list of bindings (one per line)
      bindings - accumulated collection of bindings
      Throws:
      IOException
    • main

      public static void main(String[] args)
      Main method for bind-on-load handling.
      Parameters:
      args - command line arguments