public class Bootstrap extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
bootstrap(org.kevoree.ContainerRoot model) |
void |
bootstrap(org.kevoree.ContainerRoot model,
UpdateCallback callback) |
org.kevoree.ContainerRoot |
bootstrapFromClassPath() |
void |
bootstrapFromFile(File input) |
void |
bootstrapFromFile(File input,
UpdateCallback callback) |
void |
bootstrapFromKevScript(InputStream input) |
void |
bootstrapFromKevScript(InputStream input,
UpdateCallback callback) |
KevoreeCoreBean |
getCore() |
void |
stop() |
public Bootstrap(String nodeName)
public KevoreeCoreBean getCore()
public void stop()
public void bootstrap(org.kevoree.ContainerRoot model,
UpdateCallback callback)
public void bootstrap(org.kevoree.ContainerRoot model)
public void bootstrapFromKevScript(InputStream input, UpdateCallback callback) throws Exception
Exceptionpublic void bootstrapFromKevScript(InputStream input) throws Exception
Exceptionpublic org.kevoree.ContainerRoot bootstrapFromClassPath()
public void bootstrapFromFile(File input, UpdateCallback callback) throws Exception
ExceptionCopyright © 2014 Kevoree Project. All rights reserved.