Class ArtifactCoordinates
- java.lang.Object
- 
- org.apache.jackrabbit.filevault.maven.packaging.ArtifactCoordinates
 
- 
 public class ArtifactCoordinates extends Object Coordinates addressing a Maven artifact. Can generate an Aether artifact which can be used to retrieve it from a local or remote repository.
- 
- 
Constructor SummaryConstructors Constructor Description ArtifactCoordinates()ArtifactCoordinates(String coordinates)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidset(String coordinates)org.eclipse.aether.artifact.ArtifacttoArtifact()
 
- 
- 
- 
Constructor Detail- 
ArtifactCoordinatespublic ArtifactCoordinates() 
 - 
ArtifactCoordinatespublic ArtifactCoordinates(String coordinates) - Parameters:
- coordinates- The artifact coordinates in the format- <groupId>:<artifactId>[:<extension>[:<classifier>]]:<version>, must not be- null.
 
 
- 
 - 
Method Detail- 
setpublic void set(String coordinates) 
 - 
toArtifactpublic org.eclipse.aether.artifact.Artifact toArtifact() 
 
- 
 
-