org.jboss.dashboard
Class Application
java.lang.Object
org.jboss.dashboard.Application
@ApplicationScoped
public class Application
- extends Object
Class that defines some application set-up parameters.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
startupProcessor
@Inject
protected StartableProcessor startupProcessor
destroyableProcessor
@Inject
protected DestroyableProcessor destroyableProcessor
upAndRunning
protected boolean upAndRunning
libDirectory
protected String libDirectory
baseCfgDirectory
protected String baseCfgDirectory
baseAppDirectory
protected String baseAppDirectory
jarFiles
protected transient Set<File> jarFiles
globalFactory
protected transient Factory globalFactory
Application
public Application()
lookup
public static Application lookup()
getBaseAppDirectory
public String getBaseAppDirectory()
getBaseCfgDirectory
public String getBaseCfgDirectory()
setBaseAppDirectory
public void setBaseAppDirectory(String newBaseAppDirectory)
setBaseCfgDirectory
public void setBaseCfgDirectory(String newBaseCfgDirectory)
getLibDirectory
public String getLibDirectory()
setLibDirectory
public void setLibDirectory(String libDirectory)
getGlobalFactory
public Factory getGlobalFactory()
setGlobalFactory
public void setGlobalFactory(Factory globalFactory)
isUpAndRunning
public boolean isUpAndRunning()
setUpAndRunning
public void setUpAndRunning(boolean upAndRunning)
start
public void start()
throws Exception
- Throws:
Exception
shutdown
public void shutdown()
getJarFiles
public Set<File> getJarFiles()
getCopyright
public String getCopyright()
- Return a string containing the copyright.
Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.