|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.deployers.spi.deployer.DeploymentStage
public class DeploymentStage
DeploymentStage.
Constructor Summary | |
---|---|
DeploymentStage(String name)
Create a new DeploymentStage. |
|
DeploymentStage(String name,
DeploymentStage after)
Create a new DeploymentStage. |
|
DeploymentStage(String name,
DeploymentStage after,
DeploymentStage before)
Create a new DeploymentStage. |
|
DeploymentStage(String name,
String after)
Create a new DeploymentStage. |
|
DeploymentStage(String name,
String after,
String before)
Create a new DeploymentStage. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getAfter()
Get the after. |
String |
getBefore()
Get the before. |
String |
getName()
Get the name. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeploymentStage(String name)
name
- the name of the stage
IllegalArgumentException
- for a null namepublic DeploymentStage(String name, String after)
name
- the name of the stageafter
- the name of the stage before our stage
IllegalArgumentException
- for a null namepublic DeploymentStage(String name, DeploymentStage after)
name
- the name of the stageafter
- the stage before our stage
IllegalArgumentException
- for a null parameterpublic DeploymentStage(String name, DeploymentStage after, DeploymentStage before)
name
- the name of the stageafter
- he stage before our stagebefore
- the stage after our stage
IllegalArgumentException
- for a null parameterpublic DeploymentStage(String name, String after, String before)
name
- the name of the stageafter
- the name of the stage before our stagebefore
- the name of the stage after our stage
IllegalArgumentException
- for a null nameMethod Detail |
---|
public String getName()
public String getAfter()
public String getBefore()
public 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 |