|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.artifact.repository.MavenArtifactRepository org.apache.maven.repository.DelegatingLocalArtifactRepository
@Deprecated public class DelegatingLocalArtifactRepository
Delegating local artifact repository chains the reactor, IDE workspace and user local repository.
Constructor Summary | |
---|---|
DelegatingLocalArtifactRepository(ArtifactRepository artifactRepository)
Deprecated. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Deprecated. |
Artifact |
find(Artifact artifact)
Deprecated. |
List<String> |
findVersions(Artifact artifact)
Deprecated. Finds the versions of the specified artifact that are available in this repository. |
String |
getBasedir()
Deprecated. |
String |
getId()
Deprecated. |
LocalArtifactRepository |
getIdeWorspace()
Deprecated. |
String |
getKey()
Deprecated. |
ArtifactRepositoryLayout |
getLayout()
Deprecated. |
ArtifactRepositoryPolicy |
getReleases()
Deprecated. |
ArtifactRepositoryPolicy |
getSnapshots()
Deprecated. |
String |
getUrl()
Deprecated. |
int |
hashCode()
Deprecated. |
String |
pathOf(Artifact artifact)
Deprecated. |
String |
pathOfLocalRepositoryMetadata(ArtifactMetadata metadata,
ArtifactRepository repository)
Deprecated. |
void |
setBuildReactor(LocalArtifactRepository localRepository)
Deprecated. |
void |
setIdeWorkspace(LocalArtifactRepository localRepository)
Deprecated. |
Methods inherited from class org.apache.maven.artifact.repository.MavenArtifactRepository |
---|
eq, getAuthentication, getMirroredRepositories, getProtocol, getProxy, isBlacklisted, isProjectAware, isUniqueVersion, pathOfRemoteRepositoryMetadata, setAuthentication, setBlacklisted, setId, setLayout, setMirroredRepositories, setProxy, setReleaseUpdatePolicy, setSnapshotUpdatePolicy, setUrl, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DelegatingLocalArtifactRepository(ArtifactRepository artifactRepository)
Method Detail |
---|
public void setBuildReactor(LocalArtifactRepository localRepository)
public void setIdeWorkspace(LocalArtifactRepository localRepository)
public LocalArtifactRepository getIdeWorspace()
public Artifact find(Artifact artifact)
find
in interface ArtifactRepository
find
in class MavenArtifactRepository
public List<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 String pathOfLocalRepositoryMetadata(ArtifactMetadata metadata, ArtifactRepository repository)
pathOfLocalRepositoryMetadata
in interface ArtifactRepository
pathOfLocalRepositoryMetadata
in class MavenArtifactRepository
public String getId()
getId
in interface ArtifactRepository
getId
in class MavenArtifactRepository
public String pathOf(Artifact artifact)
pathOf
in interface ArtifactRepository
pathOf
in class MavenArtifactRepository
public 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 String getKey()
getKey
in interface ArtifactRepository
getKey
in class MavenArtifactRepository
public String getUrl()
getUrl
in interface ArtifactRepository
getUrl
in class MavenArtifactRepository
public int hashCode()
hashCode
in class MavenArtifactRepository
public boolean equals(Object obj)
equals
in class MavenArtifactRepository
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |