Uses of Interface
org.eclipse.aether.spi.connector.layout.RepositoryLayoutFactory
Packages that use RepositoryLayoutFactory
Package
Description
The various sub components that collectively implement the repository system.
-
Uses of RepositoryLayoutFactory in org.eclipse.aether.internal.impl
Classes in org.eclipse.aether.internal.impl that implement RepositoryLayoutFactoryModifier and TypeClassDescriptionfinal classProvides a Maven-2 repository layout for repositories with content type"default".Methods in org.eclipse.aether.internal.impl with parameters of type RepositoryLayoutFactoryModifier and TypeMethodDescriptionDefaultRepositoryLayoutProvider.addRepositoryLayoutFactory(RepositoryLayoutFactory factory) Method parameters in org.eclipse.aether.internal.impl with type arguments of type RepositoryLayoutFactoryModifier and TypeMethodDescriptionDefaultRepositoryLayoutProvider.setRepositoryLayoutFactories(Collection<RepositoryLayoutFactory> factories) Constructor parameters in org.eclipse.aether.internal.impl with type arguments of type RepositoryLayoutFactoryModifierConstructorDescriptionDefaultRepositoryLayoutProvider(Set<RepositoryLayoutFactory> layoutFactories) -
Uses of RepositoryLayoutFactory in org.eclipse.aether.supplier
Methods in org.eclipse.aether.supplier that return types with arguments of type RepositoryLayoutFactoryModifier and TypeMethodDescriptionprotected Map<String, RepositoryLayoutFactory> RepositorySystemSupplier.getRepositoryLayoutFactories(ChecksumAlgorithmFactorySelector checksumAlgorithmFactorySelector) Method parameters in org.eclipse.aether.supplier with type arguments of type RepositoryLayoutFactoryModifier and TypeMethodDescriptionprotected RepositoryLayoutProviderRepositorySystemSupplier.getRepositoryLayoutProvider(Map<String, RepositoryLayoutFactory> repositoryLayoutFactories)