Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.jboss.deployer
Class Bootstrap

java.lang.Object
  extended by org.nuxeo.runtime.jboss.deployer.Bootstrap
All Implemented Interfaces:
Constants

public class Bootstrap
extends java.lang.Object
implements Constants

Author:
Bogdan Stefanescu

Field Summary
 
Fields inherited from interface org.nuxeo.runtime.jboss.deployer.Constants
ARGS, BUNDLES, CONFIG_DIR, DATA_DIR, DEVMODE, FLUSH_CACHE, HOME_DIR, HOST_NAME, HOST_VERSION, LIBS, LOG_DIR, PREPROCESSING, SCAN_FOR_NESTED_JARS, TMP_DIR, WEB_DIR
 
Constructor Summary
Bootstrap(java.io.File homeDir, java.util.List<java.io.File> bundles, java.lang.ClassLoader cl)
           
 
Method Summary
 java.lang.ClassLoader getClassLoader()
           
 java.util.Map<java.lang.String,java.lang.Object> getProperties()
           
 void setDevMode(java.lang.String devMode)
           
 void setDoPreprocessing(boolean doPreprocessing)
           
 void setHostName(java.lang.String value)
           
 void setHostVersion(java.lang.String value)
           
 void setProperty(java.lang.String key, java.lang.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(java.io.File homeDir,
                 java.util.List<java.io.File> bundles,
                 java.lang.ClassLoader cl)
          throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getClassLoader

public java.lang.ClassLoader getClassLoader()

setHostName

public void setHostName(java.lang.String value)

setHostVersion

public void setHostVersion(java.lang.String value)

setDoPreprocessing

public void setDoPreprocessing(boolean doPreprocessing)

setDevMode

public void setDevMode(java.lang.String devMode)

setProperty

public void setProperty(java.lang.String key,
                        java.lang.Object value)

getProperties

public java.util.Map<java.lang.String,java.lang.Object> getProperties()

startNuxeo

public void startNuxeo()
                throws java.lang.Exception
Throws:
java.lang.Exception

stopNuxeo

public void stopNuxeo()
               throws java.lang.Exception
Throws:
java.lang.Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.