Uses of Enum
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
Fields in org.eclipse.aether.util.graph.transformer declared as ConflictResolver.VerbosityModifier and TypeFieldDescription(package private) final ConflictResolver.Verbosity
ConflictResolver.State.verbosity
Flag whether we should keep losers in the graph to enable visualization/troubleshooting of conflicts.Methods in org.eclipse.aether.util.graph.transformer that return ConflictResolver.VerbosityModifier and TypeMethodDescriptionprivate static ConflictResolver.Verbosity
ConflictResolver.getVerbosity
(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 type with the specified name.static ConflictResolver.Verbosity[]
ConflictResolver.Verbosity.values()
Returns an array containing the constants of this enum type, in the order they are declared.