Uses of Enum
eu.maveniverse.domtrip.maven.AlignOptions.PropertyNamingConvention
-
Uses of AlignOptions.PropertyNamingConvention in eu.maveniverse.domtrip.maven
Subclasses with type arguments of type AlignOptions.PropertyNamingConvention in eu.maveniverse.domtrip.mavenModifier and TypeClassDescriptionstatic enumNaming convention for version properties.Methods in eu.maveniverse.domtrip.maven that return AlignOptions.PropertyNamingConventionModifier and TypeMethodDescriptionPomEditor.Dependencies.detectPropertyNamingConvention()Detects the dominant property naming convention from existing version property references.AlignOptions.namingConvention()The property naming convention to use, or null to indicate auto-detection.Returns the enum constant of this type with the specified name.AlignOptions.PropertyNamingConvention.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.maveniverse.domtrip.maven with parameters of type AlignOptions.PropertyNamingConventionModifier and TypeMethodDescriptionstatic StringAlignOptions.generatePropertyName(Coordinates coords, AlignOptions.PropertyNamingConvention convention) Generates a version property name for the given coordinates and naming convention.AlignOptions.Builder.namingConvention(AlignOptions.PropertyNamingConvention namingConvention) Sets the property naming convention override.