Class DefaultLocalRepository

java.lang.Object
org.apache.maven.internal.impl.DefaultLocalRepository
All Implemented Interfaces:
LocalRepository, Repository

public class DefaultLocalRepository extends Object implements LocalRepository
  • Constructor Details

    • DefaultLocalRepository

      @Inject public DefaultLocalRepository(@Nonnull org.eclipse.aether.repository.LocalRepository repository)
  • Method Details

    • getRepository

      @Nonnull public org.eclipse.aether.repository.LocalRepository getRepository()
    • getId

      @Nonnull public String getId()
      Specified by:
      getId in interface Repository
    • getType

      @Nonnull public String getType()
      Specified by:
      getType in interface Repository
    • getPath

      @Nonnull public Path getPath()
      Specified by:
      getPath in interface LocalRepository