Class ClasspathWorkspaceReader

  • All Implemented Interfaces:
    org.eclipse.aether.repository.WorkspaceReader

    public class ClasspathWorkspaceReader
    extends Object
    implements org.eclipse.aether.repository.WorkspaceReader
    WorkspaceReader implementation capable of reading from the ClassPath Based on the ClasspathWorkspaceReader provided by ShrinkWrap Resolver
    Author:
    George Gastaldi, Lincoln Baxter, III
    • Constructor Detail

      • ClasspathWorkspaceReader

        public ClasspathWorkspaceReader()
    • Method Detail

      • getRepository

        public org.eclipse.aether.repository.WorkspaceRepository getRepository()
        Specified by:
        getRepository in interface org.eclipse.aether.repository.WorkspaceReader
      • findArtifact

        public File findArtifact​(org.eclipse.aether.artifact.Artifact artifact)
        Specified by:
        findArtifact in interface org.eclipse.aether.repository.WorkspaceReader
      • _findArtifact

        public File _findArtifact​(org.eclipse.aether.artifact.Artifact artifact)
      • findVersions

        public List<String> findVersions​(org.eclipse.aether.artifact.Artifact artifact)
        Specified by:
        findVersions in interface org.eclipse.aether.repository.WorkspaceReader
      • _findVersions

        public List<String> _findVersions​(org.eclipse.aether.artifact.Artifact artifact)