com.springsource.bundlor.commandline
Class Bundlor

java.lang.Object
  extended by com.springsource.bundlor.commandline.Bundlor

public class Bundlor
extends java.lang.Object


Field Summary
private static org.apache.commons.cli.Options OPTIONS
           
 
Constructor Summary
Bundlor()
           
 
Method Summary
protected  void exit(int code)
           
protected  BundlorExecutor getBundlorExecutor(Configuration configuration)
           
static void main(java.lang.String[] args)
           
(package private)  void run(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPTIONS

private static final org.apache.commons.cli.Options OPTIONS
Constructor Detail

Bundlor

public Bundlor()
Method Detail

main

public static final void main(java.lang.String[] args)

run

final void run(java.lang.String[] args)

getBundlorExecutor

protected BundlorExecutor getBundlorExecutor(Configuration configuration)

exit

protected void exit(int code)