|
||||||||||
| 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 |
|---|
org.jboss.deployers.spi.Ordered.OrderedComparator |
| Field Summary |
|---|
| Fields inherited from interface org.jboss.deployers.spi.Ordered |
|---|
COMPARATOR |
| Method Summary | |
|---|---|
void |
deploy(org.jboss.deployers.structure.spi.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 |
String |
getType()
Get the type of the 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(org.jboss.deployers.structure.spi.DeploymentUnit unit)
Undeploy an deployment |
| Methods inherited from interface org.jboss.deployers.spi.Ordered |
|---|
getRelativeOrder, setRelativeOrder |
| Method Detail |
|---|
String getType()
DeploymentStage getStage()
boolean isTopLevelOnly()
boolean isComponentsOnly()
boolean isWantComponents()
boolean isAllInputs()
Class<?> getInput()
Class<?> getOutput()
Set<String> getInputs()
Set<String> getOutputs()
boolean isParentFirst()
void deploy(org.jboss.deployers.structure.spi.DeploymentUnit unit)
throws org.jboss.deployers.spi.DeploymentException
unit - the unit
org.jboss.deployers.spi.DeploymentException - for any errorvoid undeploy(org.jboss.deployers.structure.spi.DeploymentUnit unit)
unit - the unit
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||