@Deprecated public class DefaultArtifactRepository extends org.apache.maven.wagon.repository.Repository implements ArtifactRepository
Constructor and Description |
---|
DefaultArtifactRepository(String id,
String url,
ArtifactRepositoryLayout layout)
Deprecated.
Create a local repository or a test repository.
|
DefaultArtifactRepository(String id,
String url,
ArtifactRepositoryLayout layout,
ArtifactRepositoryPolicy snapshots,
ArtifactRepositoryPolicy releases)
Deprecated.
Create a remote download repository.
|
DefaultArtifactRepository(String id,
String url,
ArtifactRepositoryLayout layout,
boolean uniqueVersion)
Deprecated.
Create a remote deployment repository.
|
equals, getBasedir, getHost, getId, getName, getParameter, getPassword, getPermissions, getPort, getProtocol, getUrl, getUsername, hashCode, setBasedir, setId, setName, setParameters, setPermissions, setPort, setProtocol, setUrl
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getBasedir, getId, getProtocol, getUrl, setId, setUrl
public DefaultArtifactRepository(String id, String url, ArtifactRepositoryLayout layout)
id
- the unique identifier of the repositoryurl
- the URL of the repositorylayout
- the layout of the repositorypublic DefaultArtifactRepository(String id, String url, ArtifactRepositoryLayout layout, boolean uniqueVersion)
id
- the unique identifier of the repositoryurl
- the URL of the repositorylayout
- the layout of the repositoryuniqueVersion
- whether to assign each snapshot a unique versionpublic DefaultArtifactRepository(String id, String url, ArtifactRepositoryLayout layout, ArtifactRepositoryPolicy snapshots, ArtifactRepositoryPolicy releases)
id
- the unique identifier of the repositoryurl
- the URL of the repositorylayout
- the layout of the repositorysnapshots
- the policies to use for snapshotsreleases
- the policies to use for releasespublic String pathOf(Artifact artifact)
pathOf
in interface ArtifactRepository
public String pathOfRemoteRepositoryMetadata(ArtifactMetadata artifactMetadata)
pathOfRemoteRepositoryMetadata
in interface ArtifactRepository
public String pathOfLocalRepositoryMetadata(ArtifactMetadata metadata, ArtifactRepository repository)
pathOfLocalRepositoryMetadata
in interface ArtifactRepository
public void setLayout(ArtifactRepositoryLayout layout)
setLayout
in interface ArtifactRepository
public ArtifactRepositoryLayout getLayout()
getLayout
in interface ArtifactRepository
public void setSnapshotUpdatePolicy(ArtifactRepositoryPolicy snapshots)
setSnapshotUpdatePolicy
in interface ArtifactRepository
public ArtifactRepositoryPolicy getSnapshots()
getSnapshots
in interface ArtifactRepository
public void setReleaseUpdatePolicy(ArtifactRepositoryPolicy releases)
setReleaseUpdatePolicy
in interface ArtifactRepository
public ArtifactRepositoryPolicy getReleases()
getReleases
in interface ArtifactRepository
public String getKey()
getKey
in interface ArtifactRepository
public boolean isBlacklisted()
isBlacklisted
in interface ArtifactRepository
public void setBlacklisted(boolean blacklisted)
setBlacklisted
in interface ArtifactRepository
public String toString()
toString
in class org.apache.maven.wagon.repository.Repository
public Artifact find(Artifact artifact)
find
in interface ArtifactRepository
public List<String> findVersions(Artifact artifact)
findVersions
in interface ArtifactRepository
public boolean isProjectAware()
isProjectAware
in interface ArtifactRepository
public Authentication getAuthentication()
getAuthentication
in interface ArtifactRepository
public void setAuthentication(Authentication authentication)
setAuthentication
in interface ArtifactRepository
public Proxy getProxy()
getProxy
in interface ArtifactRepository
public void setProxy(Proxy proxy)
setProxy
in interface ArtifactRepository
public boolean isUniqueVersion()
isUniqueVersion
in interface ArtifactRepository
public List<ArtifactRepository> getMirroredRepositories()
getMirroredRepositories
in interface ArtifactRepository
public void setMirroredRepositories(List<ArtifactRepository> mirroredRepositories)
setMirroredRepositories
in interface ArtifactRepository
public boolean isBlocked()
isBlocked
in interface ArtifactRepository
public void setBlocked(boolean blocked)
setBlocked
in interface ArtifactRepository
Copyright © 2001–2023 The Apache Software Foundation. All rights reserved.