Uses of Enum
eu.maveniverse.domtrip.maven.AlignOptions.VersionSource
-
Uses of AlignOptions.VersionSource in eu.maveniverse.domtrip.maven
Subclasses with type arguments of type AlignOptions.VersionSource in eu.maveniverse.domtrip.mavenModifier and TypeClassDescriptionstatic enumWhether the version value is a literal or a property reference.Methods in eu.maveniverse.domtrip.maven that return AlignOptions.VersionSourceModifier and TypeMethodDescriptionPomEditor.Dependencies.detectVersionSource()Determine whether dependency versions predominantly use property references or literal values.static AlignOptions.VersionSourceReturns the enum constant of this type with the specified name.static AlignOptions.VersionSource[]AlignOptions.VersionSource.values()Returns an array containing the constants of this enum type, in the order they are declared.AlignOptions.versionSource()The configured version source, or null to indicate auto-detection.Methods in eu.maveniverse.domtrip.maven with parameters of type AlignOptions.VersionSourceModifier and TypeMethodDescriptionAlignOptions.Builder.versionSource(AlignOptions.VersionSource versionSource) Sets the version source override.