|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cactus.eclipse.runner.ui.CactusPreferences
public class CactusPreferences
Central class for managing the Cactus preferences.
| Field Summary | |
|---|---|
static java.lang.String |
CONTEXT_URL_HOST
The host component of the context URL preference. |
static java.lang.String |
CONTEXT_URL_PATH
The path component of the context URL preference. |
static java.lang.String |
CONTEXT_URL_PORT
The port component of the context URL preference. |
static java.lang.String |
CONTEXT_URL_SCHEME
The protocol scheme component of the context URL (either 'http' or 'https') preference. |
static java.lang.String |
JETTY
id for the Jetty container selection preference. |
static java.lang.String |
JETTY_XML
id for the jetty.xml location preference. |
static java.lang.String |
TEMP_DIR
The temp directory used by the plugin to set up containers. |
| Constructor Summary | |
|---|---|
CactusPreferences()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getContainerDir(java.lang.String theContainerId)
|
static java.util.Hashtable |
getContainerHomes()
|
static java.lang.String |
getContextURL()
|
static java.lang.String |
getContextURLPath()
|
static int |
getContextURLPort()
|
static boolean |
getJetty()
|
static java.lang.String |
getJettyXML()
|
static java.lang.String |
getTempDir()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CONTEXT_URL_SCHEME
public static final java.lang.String CONTEXT_URL_HOST
public static final java.lang.String CONTEXT_URL_PORT
public static final java.lang.String CONTEXT_URL_PATH
public static final java.lang.String TEMP_DIR
public static final java.lang.String JETTY
public static final java.lang.String JETTY_XML
| Constructor Detail |
|---|
public CactusPreferences()
| Method Detail |
|---|
public static java.lang.String getContextURL()
public static int getContextURLPort()
public static java.lang.String getContextURLPath()
public static java.lang.String getTempDir()
public static java.lang.String getContainerDir(java.lang.String theContainerId)
theContainerId - container id
public static boolean getJetty()
public static java.lang.String getJettyXML()
public static java.util.Hashtable getContainerHomes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||