Package org.apache.webbeans.boot
Class Bootstrap
- java.lang.Object
-
- org.apache.webbeans.boot.Bootstrap
-
public class Bootstrap extends Object
-
-
Constructor Summary
Constructors Constructor Description Bootstrap()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(Properties properties)static voidmain(String[] args)voidstart()
-
-
-
Method Detail
-
init
public void init(Properties properties)
-
start
public void start() throws InterruptedException- Throws:
InterruptedException
-
main
public static void main(String[] args)
-
-