Uses of Interface
ai.konduit.serving.build.dependencies.DependencyRequirement
-
Packages that use DependencyRequirement Package Description ai.konduit.serving.build.config ai.konduit.serving.build.dependencies -
-
Uses of DependencyRequirement in ai.konduit.serving.build.config
Methods in ai.konduit.serving.build.config that return DependencyRequirement Modifier and Type Method Description protected static DependencyRequirementModule. parseDependenciesLine(java.lang.String line, boolean any) -
Uses of DependencyRequirement in ai.konduit.serving.build.dependencies
Classes in ai.konduit.serving.build.dependencies that implement DependencyRequirement Modifier and Type Class Description classAllRequirementclassAnyRequirementclassCompositeRequirementMethods in ai.konduit.serving.build.dependencies that return DependencyRequirement Modifier and Type Method Description DependencyRequirementAllAddition. forRequirement()DependencyRequirementAnyAddition. forRequirement()DependencyRequirementDependencyAddition. forRequirement()Constructors in ai.konduit.serving.build.dependencies with parameters of type DependencyRequirement Constructor Description CompositeRequirement(CompositeRequirement.Type type, DependencyRequirement... reqs)Constructor parameters in ai.konduit.serving.build.dependencies with type arguments of type DependencyRequirement Constructor Description CompositeRequirement(CompositeRequirement.Type type, java.util.List<DependencyRequirement> reqs)
-