Class Versioning.Builder
java.lang.Object
org.apache.maven.artifact.repository.metadata.v4.Versioning.Builder
- Enclosing class:
 Versioning
Builder class used to create Versioning instances.
- See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionbuild()lastUpdated(String lastUpdated) snapshotVersions(Collection<SnapshotVersion> snapshotVersions) versions(Collection<String> versions)  
- 
Method Details
- 
latest
 - 
release
 - 
versions
 - 
lastUpdated
 - 
snapshot
 - 
snapshotVersions
 - 
build
 
 -