Class DependencyLayer.DependencyEdge

java.lang.Object
org.stianloader.picoresolve.DependencyLayer.DependencyEdge
Enclosing class:
DependencyLayer

public static class DependencyLayer.DependencyEdge extends Object
  • Field Details

    • group

      @NotNull public final @NotNull String group
    • artifact

      @NotNull public final @NotNull String artifact
    • classifier

      @Nullable public final @Nullable String classifier
    • type

      @NotNull public final @NotNull String type
    • requestedVersion

      @NotNull public final @NotNull VersionRange requestedVersion
    • scope

      @NotNull public final @NotNull Scope scope
    • edgeExclusion

      @NotNull public final @NotNull ExclusionContainer<Exclusion> edgeExclusion
  • Constructor Details

  • Method Details