|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A service that provides access to versioned resources.
Nested Class Summary |
Nested classes inherited from class java.util.Map |
Map.Entry |
Field Summary | |
static String |
MERLIN_ANCHOR
Anchor directory for extension and classpath relative references. |
static String |
MERLIN_AUDIT
Audit policy parameter. |
static String |
MERLIN_AUTOSTART
Auto start mode. |
static String |
MERLIN_CODE_SECURITY_ENABLED
Default component deployment timeout. |
static String |
MERLIN_CONFIG
System configuration directory. |
static String |
MERLIN_CONTEXT
Base directory parameter. |
static String |
MERLIN_DEBUG
Debug policy parameter. |
static String |
MERLIN_DEPLOYMENT
A comma seperated sequence of block urls. |
static String |
MERLIN_DEPLOYMENT_TIMEOUT
Default component deployment timeout. |
static String |
MERLIN_DIR
Maerlin working directory. |
static String |
MERLIN_HOME
Merlin system home. |
static String |
MERLIN_INFO
Info policy parameter. |
static String |
MERLIN_INSTALL
Install directive path sequence. |
static String |
MERLIN_KERNEL
Merlin kernel url key. |
static String |
MERLIN_LANG
Language override. |
static String |
MERLIN_LOGGING_CONFIG
Merlin external logging configuration file key. |
static String |
MERLIN_LOGGING_IMPLEMENTATION
Merlin logging configuration key. |
static String |
MERLIN_OVERRIDE
Merlin target configuration override path. |
static String |
MERLIN_REPOSITORY
Shared application repository root directory. |
static String |
MERLIN_RUNTIME
The preferred runtime. |
static String |
MERLIN_RUNTIME_IMPLEMENTATION
The default merlin runtime artifact spec. |
static String |
MERLIN_SERVER
Server model parameter. |
static String |
MERLIN_SYSTEM
Merlin system repository cache directory. |
static String |
MERLIN_TEMP
The temp directory parameter. |
Method Summary | |
File |
getAnchorDirectory()
Return the anchor directory to be used when resolving library declarations in classload specifications. |
File |
getConfigDirectory()
Return the root directory to the merlin configurations |
File |
getContextDirectory()
Return the context directory from which relative runtrime home directories will be established for components referencing urn:avalon:home |
long |
getDeploymentTimeout()
Return the default deployment timeout value. |
URL[] |
getDeploymentURLs()
Return the set of block URLs to be included in the root application |
File |
getHomeDirectory()
Return the root directory to the merlin installation |
URL |
getKernelURL()
Return the url to the kernel configuration |
String |
getLanguageCode()
Return the lang code. |
URL |
getLoggingConfiguration()
Return a external logging system configuration file |
Artifact |
getLoggingImplementation()
Return the logging system implementation artifact. |
String |
getOverridePath()
Return the url to the configuration override targets. |
File |
getRepositoryDirectory()
Return the root directory to the shared repository. |
Artifact |
getRuntimeImplementation()
Return the runtime implementation artifact. |
File |
getSystemDirectory()
Return the root directory to the merlin system repository |
File |
getTempDirectory()
Return the temporary client directory. |
File |
getWorkingDirectory()
Return the working client directory. |
boolean |
isAuditEnabled()
Return audit policy. |
boolean |
isAutostartEnabled()
Return the autostart policy. |
boolean |
isDebugEnabled()
Return debug policy. |
boolean |
isInfoEnabled()
Return info generation policy. |
boolean |
isSecurityEnabled()
Return the code security enabled status. |
boolean |
isServerEnabled()
Return server execution policy. |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Field Detail |
public static final String MERLIN_REPOSITORY
public static final String MERLIN_HOME
public static final String MERLIN_SYSTEM
public static final String MERLIN_CONFIG
public static final String MERLIN_INSTALL
public static final String MERLIN_DEPLOYMENT
public static final String MERLIN_KERNEL
public static final String MERLIN_LOGGING_CONFIG
public static final String MERLIN_LOGGING_IMPLEMENTATION
public static final String MERLIN_RUNTIME_IMPLEMENTATION
public static final String MERLIN_RUNTIME
public static final String MERLIN_OVERRIDE
public static final String MERLIN_DIR
public static final String MERLIN_TEMP
public static final String MERLIN_CONTEXT
public static final String MERLIN_ANCHOR
public static final String MERLIN_INFO
public static final String MERLIN_DEBUG
public static final String MERLIN_AUDIT
public static final String MERLIN_SERVER
public static final String MERLIN_AUTOSTART
public static final String MERLIN_LANG
public static final String MERLIN_DEPLOYMENT_TIMEOUT
public static final String MERLIN_CODE_SECURITY_ENABLED
Method Detail |
public String getLanguageCode()
public File getRepositoryDirectory()
public File getHomeDirectory()
public File getSystemDirectory()
public URL[] getDeploymentURLs()
public File getConfigDirectory()
public URL getKernelURL()
public URL getLoggingConfiguration()
public Artifact getLoggingImplementation()
public Artifact getRuntimeImplementation()
public String getOverridePath()
public File getWorkingDirectory()
public File getTempDirectory()
public File getContextDirectory()
public File getAnchorDirectory()
public boolean isInfoEnabled()
public boolean isDebugEnabled()
public boolean isAuditEnabled()
public boolean isServerEnabled()
public boolean isAutostartEnabled()
public long getDeploymentTimeout()
public boolean isSecurityEnabled()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |