Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.jboss.deployer
Class Bootstrap

java.lang.Object
  extended by org.nuxeo.runtime.jboss.deployer.Bootstrap

public class Bootstrap
extends Object

Author:
Bogdan Stefanescu

Constructor Summary
Bootstrap(File homeDir, List<File> bundles, ClassLoader cl)
           
 
Method Summary
 ClassLoader getClassLoader()
           
 Map<String,Object> getProperties()
           
 void setDevMode(String devMode)
           
 void setDoPreprocessing(boolean doPreprocessing)
           
 void setHostName(String value)
           
 void setHostVersion(String value)
           
 void setProperty(String key, Object value)
           
 void startNuxeo()
           
 void stopNuxeo()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bootstrap

public Bootstrap(File homeDir,
                 List<File> bundles,
                 ClassLoader cl)
          throws Exception
Throws:
Exception
Method Detail

getClassLoader

public ClassLoader getClassLoader()

setHostName

public void setHostName(String value)

setHostVersion

public void setHostVersion(String value)

setDoPreprocessing

public void setDoPreprocessing(boolean doPreprocessing)

setDevMode

public void setDevMode(String devMode)

setProperty

public void setProperty(String key,
                        Object value)

getProperties

public Map<String,Object> getProperties()

startNuxeo

public void startNuxeo()
                throws Exception
Throws:
Exception

stopNuxeo

public void stopNuxeo()
               throws Exception
Throws:
Exception

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.