public class DeploymentOrderOptions extends Object implements Serializable
EPDeploymentAdmin.getDeploymentOrder(java.util.Collection, DeploymentOrderOptions)
for controlling the behavior of ordering and dependency checking logic.Constructor and Description |
---|
DeploymentOrderOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
isCheckCircularDependency()
Returns true (the default) to indicate that the algorithm checks for circular dependencies among the uses-dependency graph,
or false to not perform this check.
|
boolean |
isCheckUses()
Returns true (the default) to cause the algorithm to check uses-dependencies ensuring all dependencies are satisfied i.e.
|
void |
setCheckCircularDependency(boolean checkCircularDependency)
Set this indicator to true (the default) to indicate that the algorithm checks for circular dependencies among the uses-dependency graph,
or false to not perform this check.
|
void |
setCheckUses(boolean checkUses)
Set this indicator to true (the default) to cause the algorithm to check uses-dependencies ensuring all dependencies are satisfied i.e.
|
public boolean isCheckCircularDependency()
public void setCheckCircularDependency(boolean checkCircularDependency)
checkCircularDependency
- indicator.public boolean isCheckUses()
public void setCheckUses(boolean checkUses)
checkUses
- indicator