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, ornullif 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 classRemoteRepositoryFilterinstance when there are participant filters present.private classprivate classFields in org.eclipse.aether.internal.impl.filter declared as RemoteRepositoryFilterModifier and TypeFieldDescriptionprivate final RemoteRepositoryFilterFilteringRepositoryConnector.remoteRepositoryFilterFields in org.eclipse.aether.internal.impl.filter with type parameters of type RemoteRepositoryFilterModifier and TypeFieldDescriptionprivate final Map<String, RemoteRepositoryFilter> DefaultRemoteRepositoryFilterManager.Participants.participantsMethods 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 RemoteRepositoryFilterModifierConstructorDescriptionprivateParticipants(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, ornullif this instance wants to abstain from participating in filtering.