public abstract class NXRuntimeApplication extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected File | 
home  | 
protected static RuntimeService | 
runtime  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
NXRuntimeApplication()  | 
protected  | 
NXRuntimeApplication(File home)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
deploy(String bundle)  | 
protected void | 
deployAll()  | 
URL | 
getResource(String resource)  | 
void | 
initialize(String[] args)  | 
protected abstract void | 
run()  | 
void | 
shutdown()  | 
void | 
start()  | 
void | 
start(String[] args)  | 
void | 
undeploy(String bundle)  | 
protected static RuntimeService runtime
protected NXRuntimeApplication(File home)
protected NXRuntimeApplication()
public void start() throws InterruptedException
InterruptedExceptionpublic void start(String[] args) throws InterruptedException
InterruptedExceptionpublic void initialize(String[] args)
public void shutdown() throws InterruptedException
InterruptedExceptionpublic URL getResource(String resource)
protected void deployAll()
protected abstract void run()
Copyright © 2019 Nuxeo. All rights reserved.