Uses of Enum Class
japicmp.versioning.SemanticVersion.ChangeType
Packages that use SemanticVersion.ChangeType
-
Uses of SemanticVersion.ChangeType in japicmp.maven
Methods in japicmp.maven that return types with arguments of type SemanticVersion.ChangeType -
Uses of SemanticVersion.ChangeType in japicmp.versioning
Subclasses with type arguments of type SemanticVersion.ChangeType in japicmp.versioningMethods in japicmp.versioning that return SemanticVersion.ChangeTypeModifier and TypeMethodDescriptionstatic SemanticVersion.ChangeTypeReturns the enum constant of this class with the specified name.static SemanticVersion.ChangeType[]SemanticVersion.ChangeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in japicmp.versioning that return types with arguments of type SemanticVersion.ChangeTypeModifier and TypeMethodDescriptionSemanticVersion.computeChangeType(SemanticVersion version) VersionChange.computeChangeType()