Uses of Enum
eu.maveniverse.domtrip.maven.AlignOptions.VersionStyle
-
Uses of AlignOptions.VersionStyle in eu.maveniverse.domtrip.maven
Subclasses with type arguments of type AlignOptions.VersionStyle in eu.maveniverse.domtrip.mavenModifier and TypeClassDescriptionstatic enumWhether the dependency version is inline or delegated to dependency management.Methods in eu.maveniverse.domtrip.maven that return AlignOptions.VersionStyleModifier and TypeMethodDescriptionPomEditor.Dependencies.detectVersionStyle()Detects whether most dependencies use managed versions (version-less) or inline versions.static AlignOptions.VersionStyleReturns the enum constant of this type with the specified name.static AlignOptions.VersionStyle[]AlignOptions.VersionStyle.values()Returns an array containing the constants of this enum type, in the order they are declared.AlignOptions.versionStyle()Gets the configured version placement style or defers to auto-detection when unspecified.Methods in eu.maveniverse.domtrip.maven with parameters of type AlignOptions.VersionStyleModifier and TypeMethodDescriptionAlignOptions.Builder.versionStyle(AlignOptions.VersionStyle versionStyle) Sets the version style override.