Class SimpleLocalRepositoryManagerFactory

  • All Implemented Interfaces:
    org.eclipse.aether.spi.localrepo.LocalRepositoryManagerFactory

    @Singleton
    @Named("simple")
    public class SimpleLocalRepositoryManagerFactory
    extends java.lang.Object
    implements org.eclipse.aether.spi.localrepo.LocalRepositoryManagerFactory
    Creates local repository managers for repository type "simple".
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float getPriority()  
      org.eclipse.aether.repository.LocalRepositoryManager newInstance​(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.repository.LocalRepository repository)  
      SimpleLocalRepositoryManagerFactory setPriority​(float priority)
      Sets the priority of this component.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • newInstance

        public org.eclipse.aether.repository.LocalRepositoryManager newInstance​(org.eclipse.aether.RepositorySystemSession session,
                                                                                org.eclipse.aether.repository.LocalRepository repository)
                                                                         throws org.eclipse.aether.repository.NoLocalRepositoryManagerException
        Specified by:
        newInstance in interface org.eclipse.aether.spi.localrepo.LocalRepositoryManagerFactory
        Throws:
        org.eclipse.aether.repository.NoLocalRepositoryManagerException
      • getPriority

        public float getPriority()
        Specified by:
        getPriority in interface org.eclipse.aether.spi.localrepo.LocalRepositoryManagerFactory