Uses of Interface
software.constructs.IDependable
-
-
Uses of IDependable in software.constructs
Subinterfaces of IDependable in software.constructs Modifier and Type Interface Description interface
IConstruct
Represents a construct.static interface
IConstruct.Jsii$Default
Internal default implementation forIConstruct
.static interface
IDependable.Jsii$Default
Internal default implementation forIDependable
.Classes in software.constructs that implement IDependable Modifier and Type Class Description class
Construct
Represents the building block of the construct graph.class
DependencyGroup
(experimental) A set of constructs to be used as a dependable.static class
IConstruct.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.static class
IDependable.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.Methods in software.constructs with parameters of type IDependable Modifier and Type Method Description void
DependencyGroup. add(@NotNull IDependable... scopes)
(experimental) Add a construct to the dependency roots.void
Node. addDependency(@NotNull IDependable... deps)
Add an ordering dependency on another construct.static Dependable
Dependable. get(IDependable instance)
Deprecated.useof
static void
Dependable. implement(IDependable instance, Dependable trait)
(experimental) Turn any object into an IDependable.static Dependable
Dependable. of(IDependable instance)
(experimental) Return the matching Dependable for the given class instance.Constructors in software.constructs with parameters of type IDependable Constructor Description DependencyGroup(@NotNull IDependable... deps)
-