|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 ArtifactRepositoryfind in class MavenArtifactRepositorypublic List<String> findVersions(Artifact artifact)
ArtifactRepository
findVersions in interface ArtifactRepositoryfindVersions in class MavenArtifactRepositoryartifact - The artifact whose available versions should be determined, must not be null.
null.
public String pathOfLocalRepositoryMetadata(ArtifactMetadata metadata,
ArtifactRepository repository)
pathOfLocalRepositoryMetadata in interface ArtifactRepositorypathOfLocalRepositoryMetadata in class MavenArtifactRepositorypublic String getId()
getId in interface ArtifactRepositorygetId in class MavenArtifactRepositorypublic String pathOf(Artifact artifact)
pathOf in interface ArtifactRepositorypathOf in class MavenArtifactRepositorypublic String getBasedir()
getBasedir in interface ArtifactRepositorygetBasedir in class MavenArtifactRepositorypublic ArtifactRepositoryLayout getLayout()
getLayout in interface ArtifactRepositorygetLayout in class MavenArtifactRepositorypublic ArtifactRepositoryPolicy getReleases()
getReleases in interface ArtifactRepositorygetReleases in class MavenArtifactRepositorypublic ArtifactRepositoryPolicy getSnapshots()
getSnapshots in interface ArtifactRepositorygetSnapshots in class MavenArtifactRepositorypublic String getKey()
getKey in interface ArtifactRepositorygetKey in class MavenArtifactRepositorypublic String getUrl()
getUrl in interface ArtifactRepositorygetUrl in class MavenArtifactRepositorypublic int hashCode()
hashCode in class MavenArtifactRepositorypublic boolean equals(Object obj)
equals in class MavenArtifactRepository
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||