Uses of Enum Class
org.eclipse.aether.util.graph.transformer.ConflictResolver.Verbosity
Packages that use ConflictResolver.Verbosity
Package
Description
Various dependency graph transformers for post-processing a dependency graph.
-
Uses of ConflictResolver.Verbosity in org.eclipse.aether.util.graph.transformer
Methods in org.eclipse.aether.util.graph.transformer that return ConflictResolver.VerbosityModifier and TypeMethodDescriptionstatic ConflictResolver.Verbosity
ConflictResolver.getVerbosity
(org.eclipse.aether.RepositorySystemSession session) Helper method that usesRepositorySystemSession
andConflictResolver.CONFIG_PROP_VERBOSE
key to figure out currentConflictResolver.Verbosity
: ifBoolean
orString
found, returnsSTANDARD
orNONE
, depending on value (string is parsed withBoolean.parseBoolean(String)
fortrue
orfalse
correspondingly.static ConflictResolver.Verbosity
Returns the enum constant of this class with the specified name.static ConflictResolver.Verbosity[]
ConflictResolver.Verbosity.values()
Returns an array containing the constants of this enum class, in the order they are declared.