Uses of Enum Class
org.stianloader.picoresolve.Scope
Packages that use Scope
-
Uses of Scope in org.stianloader.picoresolve
Fields in org.stianloader.picoresolve declared as ScopeMethods in org.stianloader.picoresolve that return ScopeModifier and TypeMethodDescriptionstatic @NotNull ScopeScope.fromElement(@Nullable Element element) static @NotNull ScopeScope.fromString(@Nullable String str) static ScopeReturns the enum constant of this class with the specified name.static Scope[]Scope.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.stianloader.picoresolve with parameters of type ScopeModifierConstructorDescriptionDependencyEdge(@NotNull String group, @NotNull String artifact, @Nullable String classifier, @NotNull String type, @NotNull VersionRange requestedVersion, @NotNull Scope scope, @NotNull ExclusionContainer<Exclusion> edgeExclusion)