|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.deployers.vfs.plugins.structure.StructureDeployerWrapper
public class StructureDeployerWrapper
StructureDeployerWrapper.
To avoid any problems with error handling by the deployers.
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 |
Constructor Summary | |
---|---|
StructureDeployerWrapper(StructureDeployer deployer)
Create a new StructureDeployerWrapper. |
Method Summary | |
---|---|
boolean |
determineStructure(StructureContext context)
Determine the structure of a deployment |
boolean |
equals(Object obj)
|
int |
getRelativeOrder()
Get the relative order |
int |
hashCode()
|
boolean |
isSupportsCandidateAnnotations()
Do we support candidate annotations lookup. |
void |
setRelativeOrder(int order)
Set the relative order. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StructureDeployerWrapper(StructureDeployer deployer)
deployer
- the deployerMethod Detail |
---|
public boolean determineStructure(StructureContext context) throws DeploymentException
StructureDeployer
determineStructure
in interface StructureDeployer
context
- the structure context
DeploymentException
- for an errorpublic boolean isSupportsCandidateAnnotations()
StructureDeployer
isSupportsCandidateAnnotations
in interface StructureDeployer
public int getRelativeOrder()
Ordered
getRelativeOrder
in interface Ordered
public void setRelativeOrder(int order)
Ordered
setRelativeOrder
in interface Ordered
order
- the orderpublic boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |