Uses of Interface
org.eclipse.aether.spi.connector.filter.RemoteRepositoryFilter
Packages that use RemoteRepositoryFilter
Package
Description
The provisional interfaces defining the various subcomponents that implement the repository system.
-
Uses of RemoteRepositoryFilter in org.eclipse.aether.impl
Methods in org.eclipse.aether.impl that return RemoteRepositoryFilterModifier and TypeMethodDescriptionRemoteRepositoryFilterManager.getRemoteRepositoryFilter
(RepositorySystemSession session) Provides the filter instance for given session, ornull
if no filtering applied. -
Uses of RemoteRepositoryFilter in org.eclipse.aether.internal.impl.filter
Classes in org.eclipse.aether.internal.impl.filter that implement RemoteRepositoryFilterModifier and TypeClassDescriptionprivate static class
RemoteRepositoryFilter
instance when there are participant filters present.private class
private class
Fields in org.eclipse.aether.internal.impl.filter declared as RemoteRepositoryFilterModifier and TypeFieldDescriptionprivate final RemoteRepositoryFilter
FilteringRepositoryConnector.remoteRepositoryFilter
Fields in org.eclipse.aether.internal.impl.filter with type parameters of type RemoteRepositoryFilterModifier and TypeFieldDescriptionprivate final Map
<String, RemoteRepositoryFilter> DefaultRemoteRepositoryFilterManager.Participants.participants
Methods in org.eclipse.aether.internal.impl.filter that return RemoteRepositoryFilterModifier and TypeMethodDescriptionDefaultRemoteRepositoryFilterManager.getRemoteRepositoryFilter
(RepositorySystemSession session) GroupIdRemoteRepositoryFilterSource.getRemoteRepositoryFilter
(RepositorySystemSession session) PrefixesRemoteRepositoryFilterSource.getRemoteRepositoryFilter
(RepositorySystemSession session) Constructors in org.eclipse.aether.internal.impl.filter with parameters of type RemoteRepositoryFilterModifierConstructorDescriptionFilteringRepositoryConnector
(RemoteRepository remoteRepository, RepositoryConnector delegate, RemoteRepositoryFilter remoteRepositoryFilter) Constructor parameters in org.eclipse.aether.internal.impl.filter with type arguments of type RemoteRepositoryFilterModifierConstructorDescriptionprivate
Participants
(Map<String, RemoteRepositoryFilter> participants) -
Uses of RemoteRepositoryFilter in org.eclipse.aether.spi.connector.filter
Methods in org.eclipse.aether.spi.connector.filter that return RemoteRepositoryFilterModifier and TypeMethodDescriptionRemoteRepositoryFilterSource.getRemoteRepositoryFilter
(RepositorySystemSession session) Provides the filter instance for given session, ornull
if this instance wants to abstain from participating in filtering.