public abstract static class Deployment.Dependency extends Object
Constructor and Description |
---|
Deployment.Dependency() |
Modifier and Type | Method and Description |
---|---|
static Deployment.Dependency |
create(List<Deployment.Dependency> dependencies,
List<Deployment.Dependency> dependsOn,
String id,
String resourceType,
String resourceName) |
abstract List<Deployment.Dependency> |
dependencies() |
abstract List<Deployment.Dependency> |
dependsOn() |
abstract String |
id() |
abstract String |
resourceName() |
abstract String |
resourceType() |
@Nullable public abstract List<Deployment.Dependency> dependencies()
@Nullable public abstract List<Deployment.Dependency> dependsOn()
public static Deployment.Dependency create(List<Deployment.Dependency> dependencies, List<Deployment.Dependency> dependsOn, String id, String resourceType, String resourceName)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.