public interface ArtifactDescriptor
Modifier and Type | Field and Description |
---|---|
static ArtifactDescriptor[] |
EMPTY
An empty array of artifact descriptors.
|
Modifier and Type | Method and Description |
---|---|
String |
getArtifactType() |
String |
getDescription() |
String |
getPath() |
Repository |
getRepository() |
String |
getVersion() |
boolean |
isReadOnly() |
static final ArtifactDescriptor[] EMPTY
String getArtifactType()
String getDescription()
String getPath()
Repository getRepository()
null
)String getVersion()
boolean isReadOnly()
true
if the artifact cannot be modifiedCopyright © 2013–2019. All rights reserved.