|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defintion of a component deployment context.
Field Summary | |
static String |
CLASSLOADER_KEY
The standard context entry key for the partition name. |
static String |
HOME_KEY
The standard context entry key for the partition name. |
static String |
NAME_KEY
The standard context entry key for the partition name. |
static String |
PARTITION_KEY
The standard context entry key for the partition name. |
static String |
TEMP_KEY
The standard context entry key for the partition name. |
Fields inherited from interface org.apache.avalon.composition.provider.DeploymentContext |
SEPARATOR |
Method Summary | |
ClassLoader |
getClassLoader()
Return the classloader for the component. |
ComponentProfile |
getComponentProfile()
Return the deployment profile. |
ContainmentModel |
getContainmentModel()
Return the enclosing containment model. |
Class |
getDeploymentClass()
Return the component class. |
File |
getHomeDirectory()
Return the working directory for the component. |
SystemContext |
getSystemContext()
Return the system context. |
File |
getTempDirectory()
Return the temporary directory for the component. |
Type |
getType()
Return the component type. |
Methods inherited from interface org.apache.avalon.composition.provider.DeploymentContext |
getDependencyGraph, getLogger, getMode, getName, getPartitionName, getProfile, getQualifiedName |
Methods inherited from interface org.apache.avalon.framework.context.Context |
get |
Field Detail |
public static final String PARTITION_KEY
public static final String NAME_KEY
public static final String CLASSLOADER_KEY
public static final String HOME_KEY
public static final String TEMP_KEY
Method Detail |
public SystemContext getSystemContext()
getSystemContext
in interface DeploymentContext
public File getHomeDirectory()
public File getTempDirectory()
public ComponentProfile getComponentProfile()
public Type getType()
public Class getDeploymentClass()
public ClassLoader getClassLoader()
public ContainmentModel getContainmentModel()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |