|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MainDeployerStructure
MainDeployerStructure.
Method Summary | |
---|---|
DeploymentContext |
getDeploymentContext(String name)
Deprecated. |
DeploymentContext |
getDeploymentContext(String name,
boolean errorNotFound)
Deprecated. |
DeploymentUnit |
getDeploymentUnit(String name)
Get a deployment unit |
DeploymentUnit |
getDeploymentUnit(String name,
boolean errorNotFound)
Get a deployment context |
Method Detail |
---|
DeploymentUnit getDeploymentUnit(String name)
name
- the name of the unit
IllegalArgumentException
- for a null nameDeploymentUnit getDeploymentUnit(String name, boolean errorNotFound) throws DeploymentException
name
- the name of the contexterrorNotFound
- whether to throw an error if not found
IllegalArgumentException
- for a null name
DeploymentException
- for not found@Deprecated DeploymentContext getDeploymentContext(String name)
name
- the name of the context
IllegalArgumentException
- for a null name@Deprecated DeploymentContext getDeploymentContext(String name, boolean errorNotFound) throws DeploymentException
name
- the name of the contexterrorNotFound
- whether to throw an error if not found
IllegalArgumentException
- for a null name
DeploymentException
- for not found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |