public class AscArtifactMetadata extends AbstractArtifactMetadata implements ArtifactMetadata
artifact| Constructor and Description |
|---|
AscArtifactMetadata(Artifact artifact,
File file,
boolean isPom) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseVersion() |
File |
getFile() |
Object |
getKey() |
String |
getLocalFilename(ArtifactRepository repository) |
String |
getRemoteFilename() |
void |
merge(ArtifactMetadata metadata) |
void |
merge(ArtifactMetadata metadata) |
boolean |
storedInArtifactVersionDirectory() |
void |
storeInLocalRepository(ArtifactRepository localRepository,
ArtifactRepository remoteRepository) |
String |
toString() |
extendedToString, getArtifactId, getGroupId, storedInGroupDirectoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitextendedToString, getArtifactId, getGroupId, storedInGroupDirectorypublic String getBaseVersion()
getBaseVersion in interface ArtifactMetadatapublic Object getKey()
getKey in interface ArtifactMetadatapublic String getLocalFilename(ArtifactRepository repository)
getLocalFilename in interface ArtifactMetadatapublic String getRemoteFilename()
getRemoteFilename in interface ArtifactMetadatapublic void merge(ArtifactMetadata metadata)
public void merge(ArtifactMetadata metadata)
merge in interface ArtifactMetadatapublic void storeInLocalRepository(ArtifactRepository localRepository, ArtifactRepository remoteRepository) throws RepositoryMetadataStoreException
storeInLocalRepository in interface ArtifactMetadataRepositoryMetadataStoreExceptionpublic boolean storedInArtifactVersionDirectory()
storedInArtifactVersionDirectory in interface ArtifactMetadatapublic File getFile()
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.