Uses of Class
japicmp.versioning.SemanticVersion
Packages that use SemanticVersion
-
Uses of SemanticVersion in japicmp.maven
Methods in japicmp.maven that return SemanticVersionMethod parameters in japicmp.maven with type arguments of type SemanticVersionModifier and TypeMethodDescriptionprivate boolean
VersionChange.allVersionsTheSame
(List<SemanticVersion> versions) -
Uses of SemanticVersion in japicmp.versioning
Fields in japicmp.versioning with type parameters of type SemanticVersionModifier and TypeFieldDescriptionprivate final List
<SemanticVersion> VersionChange.newVersions
private final List
<SemanticVersion> VersionChange.oldVersions
Methods in japicmp.versioning that return types with arguments of type SemanticVersionModifier and TypeMethodDescriptionVersion.getSemanticVersion()
static Optional
<SemanticVersion> Version.getSemanticVersion
(String version) Methods in japicmp.versioning with parameters of type SemanticVersionMethod parameters in japicmp.versioning with type arguments of type SemanticVersionModifier and TypeMethodDescriptionprivate boolean
VersionChange.allVersionsTheSame
(List<SemanticVersion> versions) Constructor parameters in japicmp.versioning with type arguments of type SemanticVersionModifierConstructorDescriptionVersionChange
(List<SemanticVersion> oldVersions, List<SemanticVersion> newVersions, boolean ignoreMissingOldVersion, boolean ignoreMissingNewVersion)