@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, isProjectAware, isUniqueVersion, pathOfRemoteRepositoryMetadata, setAuthentication, setBlacklisted, setId, setLayout, setMirroredRepositories, setProxy, setReleaseUpdatePolicy, setSnapshotUpdatePolicy, setUrl, toStringprivate 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 ArtifactRepositoryfind in class MavenArtifactRepositorypublic java.util.List<java.lang.String> findVersions(Artifact artifact)
ArtifactRepositoryfindVersions in interface ArtifactRepositoryfindVersions in class MavenArtifactRepositoryartifact - 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 ArtifactRepositorypathOfLocalRepositoryMetadata in class MavenArtifactRepositorypublic java.lang.String getId()
getId in interface ArtifactRepositorygetId in class MavenArtifactRepositorypublic java.lang.String pathOf(Artifact artifact)
pathOf in interface ArtifactRepositorypathOf in class MavenArtifactRepositorypublic java.lang.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 java.lang.String getKey()
getKey in interface ArtifactRepositorygetKey in class MavenArtifactRepositorypublic java.lang.String getUrl()
getUrl in interface ArtifactRepositorygetUrl in class MavenArtifactRepositorypublic int hashCode()
hashCode in class MavenArtifactRepositorypublic boolean equals(java.lang.Object obj)
equals in class MavenArtifactRepository