Uses of Interface
org.eclipse.aether.repository.RepositoryKeyFunction
Packages that use RepositoryKeyFunction
Package
Description
The various sub components that collectively implement the repository system.
The contract for remote repository customizations.
Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities.
-
Uses of RepositoryKeyFunction in org.eclipse.aether.internal.impl
Fields in org.eclipse.aether.internal.impl declared as RepositoryKeyFunctionModifier and TypeFieldDescriptionprotected final RepositoryKeyFunctionLocalPathPrefixComposerFactorySupport.LocalPathPrefixComposerSupport.repositoryKeyFunctionMethods in org.eclipse.aether.internal.impl that return RepositoryKeyFunctionModifier and TypeMethodDescriptionDefaultRepositoryKeyFunctionFactory.repositoryKeyFunction(Class<?> owner, RepositorySystemSession session, String defaultValue, String configurationKey) Method that based on configuration returns the "repository key function".DefaultRepositoryKeyFunctionFactory.systemRepositoryKeyFunction(RepositorySystemSession session) Returns system-wide repository key function.Constructors in org.eclipse.aether.internal.impl with parameters of type RepositoryKeyFunctionModifierConstructorDescriptionprotectedLocalPathPrefixComposerSupport(boolean split, String localPrefix, boolean splitLocal, String remotePrefix, boolean splitRemote, boolean splitRemoteRepository, boolean splitRemoteRepositoryLast, String releasesPrefix, String snapshotsPrefix, RepositoryKeyFunction repositoryKeyFunction) -
Uses of RepositoryKeyFunction in org.eclipse.aether.spi.remoterepo
Methods in org.eclipse.aether.spi.remoterepo that return RepositoryKeyFunctionModifier and TypeMethodDescriptionRepositoryKeyFunctionFactory.repositoryKeyFunction(Class<?> owner, RepositorySystemSession session, String defaultValue, String configurationKey) Method that based on configuration returns the "repository key function".RepositoryKeyFunctionFactory.systemRepositoryKeyFunction(RepositorySystemSession session) Returns system-wide repository key function. -
Uses of RepositoryKeyFunction in org.eclipse.aether.util.repository
Methods in org.eclipse.aether.util.repository that return RepositoryKeyFunctionModifier and TypeMethodDescriptionstatic RepositoryKeyFunctionRepositoryIdHelper.getRepositoryKeyFunction(String keyTypeString) Selector method forRepositoryKeyFunctionbased on string representation ofRepositoryIdHelper.RepositoryKeyTypeenum.