Uses of Interface
org.eclipse.aether.spi.connector.layout.RepositoryLayoutFactory
-
Packages that use RepositoryLayoutFactory Package Description org.eclipse.aether.impl.guice The integration with the dependency injection framework Google Guice.org.eclipse.aether.internal.impl 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 RepositoryLayoutFactory Modifier and Type Method Description (package private) java.util.Set<RepositoryLayoutFactory>
AetherModule. provideRepositoryLayoutFactories(RepositoryLayoutFactory maven2)
Methods in org.eclipse.aether.impl.guice with parameters of type RepositoryLayoutFactory Modifier and Type Method Description (package private) java.util.Set<RepositoryLayoutFactory>
AetherModule. provideRepositoryLayoutFactories(RepositoryLayoutFactory maven2)
-
Uses of RepositoryLayoutFactory in org.eclipse.aether.internal.impl
Classes in org.eclipse.aether.internal.impl that implement RepositoryLayoutFactory Modifier and Type Class Description class
Maven2RepositoryLayoutFactory
Provides a Maven-2 repository layout for repositories with content type"default"
.Fields in org.eclipse.aether.internal.impl with type parameters of type RepositoryLayoutFactory Modifier and Type Field Description private java.util.Collection<RepositoryLayoutFactory>
DefaultRepositoryLayoutProvider. factories
Methods in org.eclipse.aether.internal.impl with parameters of type RepositoryLayoutFactory Modifier and Type Method Description DefaultRepositoryLayoutProvider
DefaultRepositoryLayoutProvider. addRepositoryLayoutFactory(RepositoryLayoutFactory factory)
Method parameters in org.eclipse.aether.internal.impl with type arguments of type RepositoryLayoutFactory Modifier and Type Method Description DefaultRepositoryLayoutProvider
DefaultRepositoryLayoutProvider. setRepositoryLayoutFactories(java.util.Collection<RepositoryLayoutFactory> factories)
Constructor parameters in org.eclipse.aether.internal.impl with type arguments of type RepositoryLayoutFactory Constructor Description DefaultRepositoryLayoutProvider(java.util.Set<RepositoryLayoutFactory> layoutFactories)
-