|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.deployers.spi.deployer.helpers.AbstractDeployer org.nuxeo.runtime.jboss.deployer.AbstractNuxeoDeployer org.nuxeo.runtime.jboss.deployer.NuxeoLauncher
public class NuxeoLauncher
Nuxeo Launcher - work both with exploded and zipped Nuxeo EARs. A zipped ear will be unpacked into JBoss tmp folder in nuxeo/[unit-name] A nuxeo.ear zip will be unpacked only the first time nuxeo starts or if the EAR zip was changed from the last unzip.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jboss.deployers.spi.Ordered |
---|
org.jboss.deployers.spi.Ordered.OrderedComparator |
Field Summary | |
---|---|
static String |
NUXEO_EAR_DIR
|
static String |
NUXEO_HOME_DIR
|
Fields inherited from interface org.jboss.deployers.spi.Ordered |
---|
COMPARATOR |
Constructor Summary | |
---|---|
NuxeoLauncher()
|
Method Summary | |
---|---|
File |
getNuxeoHome()
|
File |
getRealNuxeoZipFile(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit)
This method is needed for optimization in the zipped ear deployment. |
Methods inherited from class org.nuxeo.runtime.jboss.deployer.AbstractNuxeoDeployer |
---|
deploy, undeploy |
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer |
---|
addInput, addInput, addOutput, addOutput, getInput, getInputs, getOutput, getOutputs, getRelativeOrder, getStage, isAllInputs, isComponentsOnly, isParentFirst, isTopLevelOnly, isWantComponents, setAllInputs, setComponentsOnly, setInput, setInputs, setInputs, setInputs, setOutput, setOutputs, setOutputs, setOutputs, setParentFirst, setRelativeOrder, setStage, setTopLevelOnly, setWantComponents |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NUXEO_HOME_DIR
public static final String NUXEO_EAR_DIR
Constructor Detail |
---|
public NuxeoLauncher()
Method Detail |
---|
public File getNuxeoHome()
public File getRealNuxeoZipFile(org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit unit) throws Exception
unit
-
Exception
|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |