Uses of Interface
org.eclipse.aether.spi.connector.layout.RepositoryLayout
-
Packages that use RepositoryLayout Package Description org.eclipse.aether.connector.basic Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system.org.eclipse.aether.spi.connector.layout The contract to locate URI-based resources using custom repository layouts. -
-
Uses of RepositoryLayout in org.eclipse.aether.connector.basic
Fields in org.eclipse.aether.connector.basic declared as RepositoryLayout Modifier and Type Field Description private RepositoryLayoutBasicRepositoryConnector. layout -
Uses of RepositoryLayout in org.eclipse.aether.internal.impl
Classes in org.eclipse.aether.internal.impl that implement RepositoryLayout Modifier and Type Class Description private static classMaven2RepositoryLayoutFactory.Maven2RepositoryLayoutprivate static classMaven2RepositoryLayoutFactory.Maven2RepositoryLayoutExMethods in org.eclipse.aether.internal.impl that return RepositoryLayout Modifier and Type Method Description RepositoryLayoutMaven2RepositoryLayoutFactory. newInstance(RepositorySystemSession session, RemoteRepository repository)RepositoryLayoutDefaultRepositoryLayoutProvider. newRepositoryLayout(RepositorySystemSession session, RemoteRepository repository) -
Uses of RepositoryLayout in org.eclipse.aether.spi.connector.layout
Methods in org.eclipse.aether.spi.connector.layout that return RepositoryLayout Modifier and Type Method Description RepositoryLayoutRepositoryLayoutFactory. newInstance(RepositorySystemSession session, RemoteRepository repository)Tries to create a repository layout for the specified remote repository.RepositoryLayoutRepositoryLayoutProvider. newRepositoryLayout(RepositorySystemSession session, RemoteRepository repository)Tries to retrieve a repository layout for the specified remote repository.
-