Uses of Class
japicmp.versioning.SemanticVersion
-
Packages that use SemanticVersion Package Description japicmp.maven japicmp.versioning -
-
Uses of SemanticVersion in japicmp.maven
Methods in japicmp.maven that return SemanticVersion Modifier and Type Method Description private SemanticVersion
VersionChange. getVersion(java.io.File file)
Method parameters in japicmp.maven with type arguments of type SemanticVersion Modifier and Type Method Description private boolean
VersionChange. allVersionsTheSame(java.util.List<SemanticVersion> versions)
-
Uses of SemanticVersion in japicmp.versioning
Fields in japicmp.versioning with type parameters of type SemanticVersion Modifier and Type Field Description private java.util.List<SemanticVersion>
VersionChange. newVersions
private java.util.List<SemanticVersion>
VersionChange. oldVersions
Methods in japicmp.versioning that return types with arguments of type SemanticVersion Modifier and Type Method Description Optional<SemanticVersion>
Version. getSemanticVersion()
static Optional<SemanticVersion>
Version. getSemanticVersion(java.lang.String version)
Methods in japicmp.versioning with parameters of type SemanticVersion Modifier and Type Method Description Optional<SemanticVersion.ChangeType>
SemanticVersion. computeChangeType(SemanticVersion version)
Method parameters in japicmp.versioning with type arguments of type SemanticVersion Modifier and Type Method Description private boolean
VersionChange. allVersionsTheSame(java.util.List<SemanticVersion> versions)
Constructor parameters in japicmp.versioning with type arguments of type SemanticVersion Constructor Description VersionChange(java.util.List<SemanticVersion> oldVersions, java.util.List<SemanticVersion> newVersions, boolean ignoreMissingOldVersion, boolean ignoreMissingNewVersion)
-