| Package | Description |
|---|---|
| ai.konduit.serving.build.dependencies |
| Modifier and Type | Method and Description |
|---|---|
static CompositeRequirement.Type |
CompositeRequirement.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompositeRequirement.Type[] |
CompositeRequirement.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CompositeRequirement(CompositeRequirement.Type type,
DependencyRequirement... reqs) |
CompositeRequirement(CompositeRequirement.Type type,
List<DependencyRequirement> reqs) |
Copyright © 2021. All rights reserved.