Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.util
Class NXRuntimeApplication

java.lang.Object
  extended by org.nuxeo.runtime.util.NXRuntimeApplication

public abstract class NXRuntimeApplication
extends Object

Author:
Bogdan Stefanescu

Method Summary
 void deploy(String bundle)
           
 URL getResource(String resource)
           
 void initialize(String[] args)
           
 void shutdown()
           
 void start()
           
 void start(String[] args)
           
 void undeploy(String bundle)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

start

public void start()

start

public void start(String[] args)

initialize

public void initialize(String[] args)
                throws Exception
Throws:
Exception

shutdown

public void shutdown()
              throws Exception
Throws:
Exception

deploy

public void deploy(String bundle)

undeploy

public void undeploy(String bundle)

getResource

public URL getResource(String resource)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.