Interface ArtifactRepository
- All Known Implementing Classes:
DefaultArtifactRepository
public interface ArtifactRepository
Specifies the repository used for artifact handling.
- Version:
- $Id: ArtifactRepository.java 495147 2007-01-11 07:47:53Z jvanzyl $
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getKey()
getUrl()
boolean
boolean
pathOfLocalRepositoryMetadata
(ArtifactMetadata metadata, ArtifactRepository repository) pathOfRemoteRepositoryMetadata
(ArtifactMetadata artifactMetadata) void
setBlacklisted
(boolean blackListed)
-
Method Details
-
pathOf
-
pathOfRemoteRepositoryMetadata
-
pathOfLocalRepositoryMetadata
-
getUrl
String getUrl() -
getBasedir
String getBasedir() -
getProtocol
String getProtocol() -
getId
String getId() -
getSnapshots
ArtifactRepositoryPolicy getSnapshots() -
getReleases
ArtifactRepositoryPolicy getReleases() -
getLayout
ArtifactRepositoryLayout getLayout() -
getKey
String getKey() -
isUniqueVersion
boolean isUniqueVersion() -
setBlacklisted
void setBlacklisted(boolean blackListed) -
isBlacklisted
boolean isBlacklisted()
-