Uses of Interface
org.eclipse.aether.spi.connector.layout.RepositoryLayoutFactory
Packages that use RepositoryLayoutFactory
Package
Description
The integration with the dependency injection framework
Google Guice.
The various sub components that collectively implement the repository system.
-
Uses of RepositoryLayoutFactory in org.eclipse.aether.impl.guice
Methods in org.eclipse.aether.impl.guice that return types with arguments of type RepositoryLayoutFactoryModifier and TypeMethodDescription(package private) Set<RepositoryLayoutFactory> AetherModule.provideRepositoryLayoutFactories(RepositoryLayoutFactory maven2) Deprecated.Methods in org.eclipse.aether.impl.guice with parameters of type RepositoryLayoutFactoryModifier and TypeMethodDescription(package private) Set<RepositoryLayoutFactory> AetherModule.provideRepositoryLayoutFactories(RepositoryLayoutFactory maven2) Deprecated. -
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".Fields in org.eclipse.aether.internal.impl with type parameters of type RepositoryLayoutFactoryModifier and TypeFieldDescriptionprivate Collection<RepositoryLayoutFactory> DefaultRepositoryLayoutProvider.factoriesMethods 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)