Class DelegatingLocalArtifactRepository

  • All Implemented Interfaces:
    org.apache.maven.artifact.repository.ArtifactRepository

    @Deprecated
    public class DelegatingLocalArtifactRepository
    extends MavenArtifactRepository
    Deprecated.
    Delegating local artifact repository chains the reactor, IDE workspace and user local repository.
    • Constructor Detail

      • DelegatingLocalArtifactRepository

        public DelegatingLocalArtifactRepository​(org.apache.maven.artifact.repository.ArtifactRepository artifactRepository)
        Deprecated.
    • Method Detail

      • find

        public org.apache.maven.artifact.Artifact find​(org.apache.maven.artifact.Artifact artifact)
        Deprecated.
        Specified by:
        find in interface org.apache.maven.artifact.repository.ArtifactRepository
        Overrides:
        find in class MavenArtifactRepository
      • findVersions

        public java.util.List<java.lang.String> findVersions​(org.apache.maven.artifact.Artifact artifact)
        Deprecated.
        Specified by:
        findVersions in interface org.apache.maven.artifact.repository.ArtifactRepository
        Overrides:
        findVersions in class MavenArtifactRepository
      • pathOfLocalRepositoryMetadata

        public java.lang.String pathOfLocalRepositoryMetadata​(org.apache.maven.artifact.metadata.ArtifactMetadata metadata,
                                                              org.apache.maven.artifact.repository.ArtifactRepository repository)
        Deprecated.
        Specified by:
        pathOfLocalRepositoryMetadata in interface org.apache.maven.artifact.repository.ArtifactRepository
        Overrides:
        pathOfLocalRepositoryMetadata in class MavenArtifactRepository
      • getId

        public java.lang.String getId()
        Deprecated.
        Specified by:
        getId in interface org.apache.maven.artifact.repository.ArtifactRepository
        Overrides:
        getId in class MavenArtifactRepository
      • pathOf

        public java.lang.String pathOf​(org.apache.maven.artifact.Artifact artifact)
        Deprecated.
        Specified by:
        pathOf in interface org.apache.maven.artifact.repository.ArtifactRepository
        Overrides:
        pathOf in class MavenArtifactRepository
      • getBasedir

        public java.lang.String getBasedir()
        Deprecated.
        Specified by:
        getBasedir in interface org.apache.maven.artifact.repository.ArtifactRepository
        Overrides:
        getBasedir in class MavenArtifactRepository
      • getLayout

        public org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout getLayout()
        Deprecated.
        Specified by:
        getLayout in interface org.apache.maven.artifact.repository.ArtifactRepository
        Overrides:
        getLayout in class MavenArtifactRepository
      • getReleases

        public org.apache.maven.artifact.repository.ArtifactRepositoryPolicy getReleases()
        Deprecated.
        Specified by:
        getReleases in interface org.apache.maven.artifact.repository.ArtifactRepository
        Overrides:
        getReleases in class MavenArtifactRepository
      • getSnapshots

        public org.apache.maven.artifact.repository.ArtifactRepositoryPolicy getSnapshots()
        Deprecated.
        Specified by:
        getSnapshots in interface org.apache.maven.artifact.repository.ArtifactRepository
        Overrides:
        getSnapshots in class MavenArtifactRepository
      • getKey

        public java.lang.String getKey()
        Deprecated.
        Specified by:
        getKey in interface org.apache.maven.artifact.repository.ArtifactRepository
        Overrides:
        getKey in class MavenArtifactRepository
      • getUrl

        public java.lang.String getUrl()
        Deprecated.
        Specified by:
        getUrl in interface org.apache.maven.artifact.repository.ArtifactRepository
        Overrides:
        getUrl in class MavenArtifactRepository