@Deprecated public class DelegatingLocalArtifactRepository extends MavenArtifactRepository
Modifier and Type | Field and Description |
---|---|
private LocalArtifactRepository |
buildReactor
Deprecated.
|
private LocalArtifactRepository |
ideWorkspace
Deprecated.
|
private ArtifactRepository |
userLocalArtifactRepository
Deprecated.
|
Constructor and Description |
---|
DelegatingLocalArtifactRepository(ArtifactRepository artifactRepository)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Deprecated.
|
Artifact |
find(Artifact artifact)
Deprecated.
|
java.util.List<java.lang.String> |
findVersions(Artifact artifact)
Deprecated.
Finds the versions of the specified artifact that are available in this repository.
|
java.lang.String |
getBasedir()
Deprecated.
|
java.lang.String |
getId()
Deprecated.
|
LocalArtifactRepository |
getIdeWorkspace()
Deprecated.
|
LocalArtifactRepository |
getIdeWorspace()
Deprecated.
instead use
getIdeWorkspace() |
java.lang.String |
getKey()
Deprecated.
|
ArtifactRepositoryLayout |
getLayout()
Deprecated.
|
ArtifactRepositoryPolicy |
getReleases()
Deprecated.
|
ArtifactRepositoryPolicy |
getSnapshots()
Deprecated.
|
java.lang.String |
getUrl()
Deprecated.
|
int |
hashCode()
Deprecated.
|
java.lang.String |
pathOf(Artifact artifact)
Deprecated.
|
java.lang.String |
pathOfLocalRepositoryMetadata(ArtifactMetadata metadata,
ArtifactRepository repository)
Deprecated.
|
void |
setBuildReactor(LocalArtifactRepository localRepository)
Deprecated.
|
void |
setIdeWorkspace(LocalArtifactRepository localRepository)
Deprecated.
|
eq, getAuthentication, getMirroredRepositories, getProtocol, getProxy, isBlacklisted, isBlocked, isProjectAware, isUniqueVersion, pathOfRemoteRepositoryMetadata, setAuthentication, setBlacklisted, setBlocked, setId, setLayout, setMirroredRepositories, setProxy, setReleaseUpdatePolicy, setSnapshotUpdatePolicy, setUrl, toString
private LocalArtifactRepository buildReactor
private LocalArtifactRepository ideWorkspace
private ArtifactRepository userLocalArtifactRepository
public DelegatingLocalArtifactRepository(ArtifactRepository artifactRepository)
public void setBuildReactor(LocalArtifactRepository localRepository)
public void setIdeWorkspace(LocalArtifactRepository localRepository)
@Deprecated public LocalArtifactRepository getIdeWorspace()
getIdeWorkspace()
public LocalArtifactRepository getIdeWorkspace()
public Artifact find(Artifact artifact)
find
in interface ArtifactRepository
find
in class MavenArtifactRepository
public java.util.List<java.lang.String> findVersions(Artifact artifact)
ArtifactRepository
findVersions
in interface ArtifactRepository
findVersions
in class MavenArtifactRepository
artifact
- The artifact whose available versions should be determined, must not be null
.null
.public java.lang.String pathOfLocalRepositoryMetadata(ArtifactMetadata metadata, ArtifactRepository repository)
pathOfLocalRepositoryMetadata
in interface ArtifactRepository
pathOfLocalRepositoryMetadata
in class MavenArtifactRepository
public java.lang.String getId()
getId
in interface ArtifactRepository
getId
in class MavenArtifactRepository
public java.lang.String pathOf(Artifact artifact)
pathOf
in interface ArtifactRepository
pathOf
in class MavenArtifactRepository
public java.lang.String getBasedir()
getBasedir
in interface ArtifactRepository
getBasedir
in class MavenArtifactRepository
public ArtifactRepositoryLayout getLayout()
getLayout
in interface ArtifactRepository
getLayout
in class MavenArtifactRepository
public ArtifactRepositoryPolicy getReleases()
getReleases
in interface ArtifactRepository
getReleases
in class MavenArtifactRepository
public ArtifactRepositoryPolicy getSnapshots()
getSnapshots
in interface ArtifactRepository
getSnapshots
in class MavenArtifactRepository
public java.lang.String getKey()
getKey
in interface ArtifactRepository
getKey
in class MavenArtifactRepository
public java.lang.String getUrl()
getUrl
in interface ArtifactRepository
getUrl
in class MavenArtifactRepository
public int hashCode()
hashCode
in class MavenArtifactRepository
public boolean equals(java.lang.Object obj)
equals
in class MavenArtifactRepository