Package org.stianloader.picoresolve
Class DependencyLayer.DependencyEdge
java.lang.Object
org.stianloader.picoresolve.DependencyLayer.DependencyEdge
- Enclosing class:
- DependencyLayer
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @NotNull Stringfinal @Nullable Stringfinal @NotNull ExclusionContainer<Exclusion>final @NotNull Stringfinal @NotNull VersionRangefinal @NotNull Scopefinal @NotNull String -
Constructor Summary
ConstructorsConstructorDescriptionDependencyEdge(@NotNull String group, @NotNull String artifact, @Nullable String classifier, @NotNull String type, @NotNull VersionRange requestedVersion, @NotNull Scope scope, @NotNull ExclusionContainer<Exclusion> edgeExclusion) -
Method Summary
-
Field Details
-
group
-
artifact
-
classifier
-
type
-
requestedVersion
-
scope
-
edgeExclusion
-
-
Constructor Details
-
DependencyEdge
public DependencyEdge(@NotNull @NotNull String group, @NotNull @NotNull String artifact, @Nullable @Nullable String classifier, @NotNull @NotNull String type, @NotNull @NotNull VersionRange requestedVersion, @NotNull @NotNull Scope scope, @NotNull @NotNull ExclusionContainer<Exclusion> edgeExclusion)
-
-
Method Details