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) Methods in org.eclipse.aether.impl.guice with parameters of type RepositoryLayoutFactoryModifier and TypeMethodDescription(package private) Set<RepositoryLayoutFactory>AetherModule.provideRepositoryLayoutFactories(RepositoryLayoutFactory maven2) -
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 RepositoryLayoutFactoryModifierConstructorDescription(package private)DefaultRepositoryLayoutProvider(Set<RepositoryLayoutFactory> layoutFactories)