Uses of Class
org.eclipse.aether.repository.LocalMetadataRequest
-
Packages that use LocalMetadataRequest Package Description org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system.org.eclipse.aether.internal.test.util Utility classes to ease unit testing.org.eclipse.aether.repository The definition of various kinds of repositories that host artifacts. -
-
Uses of LocalMetadataRequest in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl with parameters of type LocalMetadataRequest Modifier and Type Method Description LocalMetadataResultSimpleLocalRepositoryManager. find(RepositorySystemSession session, LocalMetadataRequest request) -
Uses of LocalMetadataRequest in org.eclipse.aether.internal.test.util
Methods in org.eclipse.aether.internal.test.util with parameters of type LocalMetadataRequest Modifier and Type Method Description LocalMetadataResultTestLocalRepositoryManager. find(RepositorySystemSession session, LocalMetadataRequest request) -
Uses of LocalMetadataRequest in org.eclipse.aether.repository
Fields in org.eclipse.aether.repository declared as LocalMetadataRequest Modifier and Type Field Description private LocalMetadataRequestLocalMetadataResult. requestMethods in org.eclipse.aether.repository that return LocalMetadataRequest Modifier and Type Method Description LocalMetadataRequestLocalMetadataResult. getRequest()Gets the request corresponding to this result.LocalMetadataRequestLocalMetadataRequest. setContext(java.lang.String context)Sets the resolution context.LocalMetadataRequestLocalMetadataRequest. setMetadata(Metadata metadata)Sets the metadata to query for.LocalMetadataRequestLocalMetadataRequest. setRepository(RemoteRepository repository)Sets the remote repository to use as sources of the metadata.Methods in org.eclipse.aether.repository with parameters of type LocalMetadataRequest Modifier and Type Method Description LocalMetadataResultLocalRepositoryManager. find(RepositorySystemSession session, LocalMetadataRequest request)Queries for the existence of metadata in the local repository.Constructors in org.eclipse.aether.repository with parameters of type LocalMetadataRequest Constructor Description LocalMetadataResult(LocalMetadataRequest request)Creates a new result for the specified request.
-