org.apache.karaf.main
Class Bootstrap

java.lang.Object
  extended by org.apache.karaf.main.Bootstrap

public class Bootstrap
extends java.lang.Object

The Bootstrap class is used by the wrapper shell to bootstrap Karaf. Given JSW is using introspection to launch the main method, it would cause a CNFE on the OSGi related classes. Using an indirection solves this problem.


Constructor Summary
Bootstrap()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bootstrap

public Bootstrap()
Method Detail

main

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


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