Package org.stianloader.picoresolve
Class DependencyLayer.DependencyLayerElement
java.lang.Object
org.stianloader.picoresolve.DependencyLayer.DependencyLayerElement
- Enclosing class:
- DependencyLayer
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable Stringfinal @NotNull GAVfinal @NotNull List<DependencyLayer.DependencyEdge>final @NotNull ExclusionContainer<?>final @NotNull String -
Constructor Summary
ConstructorsConstructorDescriptionDependencyLayerElement(@NotNull GAV gav, @Nullable String classifier, @Nullable String type, @NotNull ExclusionContainer<?> parentExclusions, @NotNull List<DependencyLayer.DependencyEdge> outgoingEdges) -
Method Summary
-
Field Details
-
gav
-
classifier
-
type
-
parentExclusions
-
outgoingEdges
-
-
Constructor Details
-
DependencyLayerElement
public DependencyLayerElement(@NotNull @NotNull GAV gav, @Nullable @Nullable String classifier, @Nullable @Nullable String type, @NotNull @NotNull ExclusionContainer<?> parentExclusions, @NotNull @NotNull List<DependencyLayer.DependencyEdge> outgoingEdges)
-
-
Method Details