|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Deployer
Deployer.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jboss.deployers.spi.Ordered |
---|
Ordered.OrderedComparator |
Field Summary |
---|
Fields inherited from interface org.jboss.deployers.spi.Ordered |
---|
COMPARATOR |
Method Summary | |
---|---|
void |
deploy(DeploymentUnit unit)
Deploy a deployment |
Class<?> |
getInput()
Get the input for this deployer |
Set<String> |
getInputs()
Get the input for this deployer |
Class<?> |
getOutput()
Get the otput for this deployer |
Set<String> |
getOutputs()
Get the outputs for this deployer |
DeploymentStage |
getStage()
Get the deployment stage for this deployer |
boolean |
isAllInputs()
Whether we want all inputs |
boolean |
isComponentsOnly()
Whether we only want components |
boolean |
isParentFirst()
Whether to process parents before children (default true) |
boolean |
isTopLevelOnly()
Whether we only want the top level |
boolean |
isWantComponents()
Whether we dont want components |
void |
undeploy(DeploymentUnit unit)
Undeploy an deployment |
Methods inherited from interface org.jboss.deployers.spi.Ordered |
---|
getRelativeOrder, setRelativeOrder |
Method Detail |
---|
DeploymentStage getStage()
boolean isTopLevelOnly()
boolean isComponentsOnly()
boolean isWantComponents()
boolean isAllInputs()
Class<?> getInput()
Class<?> getOutput()
Set<String> getInputs()
Set<String> getOutputs()
boolean isParentFirst()
void deploy(DeploymentUnit unit) throws DeploymentException
unit
- the unit
DeploymentException
- for any errorvoid undeploy(DeploymentUnit unit)
unit
- the unit
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |