public class DeploymentOrder
extends java.lang.Object
implements java.io.Serializable
EPDeploymentAdmin.getDeploymentOrder(java.util.Collection, DeploymentOrderOptions)
operation to holds an ordered list of modules considering each module's uses-dependencies
on other modules.Constructor and Description |
---|
DeploymentOrder(java.util.List<Module> ordered)
Cotr.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Module> |
getOrdered()
Returns the list of modules.
|