Interface DependencyAddition
-
- All Known Implementing Classes:
AllAddition,AnyAddition
public interface DependencyAddition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDependencyAddition.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DependencyRequirementforRequirement()java.util.List<Dependency>toAdd()DependencyAddition.Typetype()
-
-
-
Method Detail
-
type
DependencyAddition.Type type()
-
toAdd
java.util.List<Dependency> toAdd()
-
forRequirement
DependencyRequirement forRequirement()
-
-