public class PathDeploymentEntry<E> extends Object
Constructor and Description |
---|
PathDeploymentEntry(String deploymentId,
E entity) |
Modifier and Type | Method and Description |
---|---|
void |
addDependency(String deploymentIdDep) |
PathDeploymentEntry<E> |
copy() |
Set<String> |
getDependencies() |
String |
getDeploymentId() |
E |
getEntity() |
void |
removeDependency(String deploymentId) |
Copyright © 2005–2018. All rights reserved.