Package org.eclipse.aether.internal.impl
Class DefaultRepositoryKeyFunctionFactory
java.lang.Object
org.eclipse.aether.internal.impl.DefaultRepositoryKeyFunctionFactory
- All Implemented Interfaces:
org.eclipse.aether.spi.remoterepo.RepositoryKeyFunctionFactory
@Singleton
@Named
public class DefaultRepositoryKeyFunctionFactory
extends Object
implements org.eclipse.aether.spi.remoterepo.RepositoryKeyFunctionFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.aether.repository.RepositoryKeyFunctionrepositoryKeyFunction(Class<?> owner, org.eclipse.aether.RepositorySystemSession session, String defaultValue, String configurationKey) org.eclipse.aether.repository.RepositoryKeyFunctiontrackingRepositoryKeyFunction(org.eclipse.aether.RepositorySystemSession session) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.aether.spi.remoterepo.RepositoryKeyFunctionFactory
systemRepositoryKeyFunction
-
Constructor Details
-
DefaultRepositoryKeyFunctionFactory
public DefaultRepositoryKeyFunctionFactory()
-
-
Method Details
-
trackingRepositoryKeyFunction
public org.eclipse.aether.repository.RepositoryKeyFunction trackingRepositoryKeyFunction(org.eclipse.aether.RepositorySystemSession session) - Specified by:
trackingRepositoryKeyFunctionin interfaceorg.eclipse.aether.spi.remoterepo.RepositoryKeyFunctionFactory
-
repositoryKeyFunction
public org.eclipse.aether.repository.RepositoryKeyFunction repositoryKeyFunction(Class<?> owner, org.eclipse.aether.RepositorySystemSession session, String defaultValue, String configurationKey) - Specified by:
repositoryKeyFunctionin interfaceorg.eclipse.aether.spi.remoterepo.RepositoryKeyFunctionFactory
-