Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.tomcat
Class NuxeoLauncher

java.lang.Object
  extended by org.nuxeo.runtime.tomcat.NuxeoLauncher
All Implemented Interfaces:
org.apache.catalina.LifecycleListener

public class NuxeoLauncher
extends Object
implements org.apache.catalina.LifecycleListener

Author:
Bogdan Stefanescu

Field Summary
static String DEV_BUNDLES_NAME
           
static String WEB_RESOURCES_NAME
           
 
Constructor Summary
NuxeoLauncher()
           
 
Method Summary
 boolean getAutomaticReload()
           
 String getHome()
           
 String getTomcatHome()
           
 boolean isShared()
           
 void lifecycleEvent(org.apache.catalina.LifecycleEvent event)
           
 void setAutomaticReload(boolean value)
           
 void setHome(String home)
           
 void setShared(boolean shared)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEV_BUNDLES_NAME

public static final String DEV_BUNDLES_NAME
See Also:
Constant Field Values

WEB_RESOURCES_NAME

public static final String WEB_RESOURCES_NAME
See Also:
Constant Field Values
Constructor Detail

NuxeoLauncher

public NuxeoLauncher()
Method Detail

setShared

public void setShared(boolean shared)

isShared

public boolean isShared()

setHome

public void setHome(String home)

getHome

public String getHome()

setAutomaticReload

public void setAutomaticReload(boolean value)

getAutomaticReload

public boolean getAutomaticReload()

lifecycleEvent

public void lifecycleEvent(org.apache.catalina.LifecycleEvent event)
Specified by:
lifecycleEvent in interface org.apache.catalina.LifecycleListener

getTomcatHome

public String getTomcatHome()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.