Uses of Class
org.apache.maven.artifact.repository.metadata.Versioning
-
Packages that use Versioning Package Description org.apache.maven.artifact.repository.metadata -
-
Uses of Versioning in org.apache.maven.artifact.repository.metadata
Methods in org.apache.maven.artifact.repository.metadata that return Versioning Modifier and Type Method Description VersioningVersioning. clone()Method clone.VersioningMetadata. getVersioning()Get versioning information when this directory represents "groupId/artifactId" or "groupId/artifactId/version".Methods in org.apache.maven.artifact.repository.metadata with parameters of type Versioning Modifier and Type Method Description voidMetadata. setVersioning(Versioning versioning)Set versioning information when this directory represents "groupId/artifactId" or "groupId/artifactId/version".
-