Uses of Class
com.github.manikmagar.maven.versioner.core.version.VersionComponentType
-
Packages that use VersionComponentType Package Description com.github.manikmagar.maven.versioner.core.version -
-
Uses of VersionComponentType in com.github.manikmagar.maven.versioner.core.version
Methods in com.github.manikmagar.maven.versioner.core.version that return VersionComponentType Modifier and Type Method Description static VersionComponentTypeVersionComponentType. valueOf(String name)Returns the enum constant of this type with the specified name.static VersionComponentType[]VersionComponentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.manikmagar.maven.versioner.core.version with parameters of type VersionComponentType Modifier and Type Method Description voidSemVerStrategy. increment(VersionComponentType type, String hashRef)voidVersionStrategy. increment(VersionComponentType type, String hashRef)Increments the version component
-