Class DefaultRepositoryKeyFunctionFactory

  • All Implemented Interfaces:
    org.eclipse.aether.spi.remoterepo.RepositoryKeyFunctionFactory

    @Singleton
    @Named
    public class DefaultRepositoryKeyFunctionFactory
    extends java.lang.Object
    implements org.eclipse.aether.spi.remoterepo.RepositoryKeyFunctionFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.aether.repository.RepositoryKeyFunction repositoryKeyFunction​(java.lang.Class<?> owner, org.eclipse.aether.RepositorySystemSession session, java.lang.String defaultValue, java.lang.String configurationKey)  
      org.eclipse.aether.repository.RepositoryKeyFunction trackingRepositoryKeyFunction​(org.eclipse.aether.RepositorySystemSession session)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.eclipse.aether.spi.remoterepo.RepositoryKeyFunctionFactory

        systemRepositoryKeyFunction
    • Method Detail

      • trackingRepositoryKeyFunction

        public org.eclipse.aether.repository.RepositoryKeyFunction trackingRepositoryKeyFunction​(org.eclipse.aether.RepositorySystemSession session)
        Specified by:
        trackingRepositoryKeyFunction in interface org.eclipse.aether.spi.remoterepo.RepositoryKeyFunctionFactory
      • repositoryKeyFunction

        public org.eclipse.aether.repository.RepositoryKeyFunction repositoryKeyFunction​(java.lang.Class<?> owner,
                                                                                         org.eclipse.aether.RepositorySystemSession session,
                                                                                         java.lang.String defaultValue,
                                                                                         java.lang.String configurationKey)
        Specified by:
        repositoryKeyFunction in interface org.eclipse.aether.spi.remoterepo.RepositoryKeyFunctionFactory