|
||||||||||
| 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 | |
|---|---|
String |
getAfter()
Get the after. |
String |
getBefore()
Get the before. |
String |
getName()
Get the name. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeploymentStage(String name)
name - the name of the stage
IllegalArgumentException - for a null name
public DeploymentStage(String name,
String after)
name - the name of the stageafter - the name of the stage before our stage
IllegalArgumentException - for a null name
public DeploymentStage(String name,
DeploymentStage after)
name - the name of the stageafter - the stage before our stage
IllegalArgumentException - for a null parameter
public 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 parameter
public 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 name| Method Detail |
|---|
public String getName()
public String getAfter()
public String getBefore()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||