Uses of Class
org.eclipse.jgit.transport.FilterSpec
Packages that use FilterSpec
Package
Description
Reading/writing Git pack files.
Transport (fetch/push) for different protocols.
-
Uses of FilterSpec in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as FilterSpecMethods in org.eclipse.jgit.internal.storage.pack with parameters of type FilterSpec -
Uses of FilterSpec in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as FilterSpecModifier and TypeFieldDescriptionprivate final FilterSpec
BasePackFetchConnection.filterSpec
Either FilterSpec.NO_FILTER for a filter that doesn't filter anything, or a filter that indicates what and what not to send to the server.(package private) final FilterSpec
FetchRequest.filterSpec
(package private) FilterSpec
FetchV0Request.Builder.filterSpec
(package private) FilterSpec
FetchV2Request.Builder.filterSpec
private FilterSpec
Transport.filterSpec
static final FilterSpec
FilterSpec.NO_FILTER
A placeholder that indicates no filtering.Methods in org.eclipse.jgit.transport that return FilterSpecModifier and TypeMethodDescriptionstatic FilterSpec
FilterSpec.fromFilterLine
(String filterLine) Process the content of "filter" line from the protocol.(package private) FilterSpec
FetchRequest.getFilterSpec()
final FilterSpec
Transport.getFilterSpec()
final FilterSpec
UploadPack.getFilterSpec()
Returns the filter spec for the current request.(package private) static FilterSpec
FilterSpec.withBlobLimit
(long blobLimit) (package private) static FilterSpec
FilterSpec.withObjectTypes
(FilterSpec.ObjectTypes types) (package private) static FilterSpec
FilterSpec.withTreeDepthLimit
(long treeDepthLimit) Methods in org.eclipse.jgit.transport with parameters of type FilterSpecModifier and TypeMethodDescription(package private) FetchV0Request.Builder
FetchV0Request.Builder.setFilterSpec
(FilterSpec filter) (package private) FetchV2Request.Builder
FetchV2Request.Builder.setFilterSpec
(FilterSpec filter) final void
Transport.setFilterSpec
(FilterSpec filter) Constructors in org.eclipse.jgit.transport with parameters of type FilterSpecModifierConstructorDescription(package private)
FetchRequest
(Set<ObjectId> wantIds, int depth, Set<ObjectId> clientShallowCommits, FilterSpec filterSpec, Set<String> clientCapabilities, int deepenSince, List<String> deepenNotRefs, String agent) Initialize the common fields of a fetch request.(package private)
FetchV0Request
(Set<ObjectId> wantIds, int depth, Set<ObjectId> clientShallowCommits, FilterSpec filterSpec, Set<String> clientCapabilities, String agent) (package private)
FetchV2Request
(List<ObjectId> peerHas, List<String> wantedRefs, Set<ObjectId> wantIds, Set<ObjectId> clientShallowCommits, int deepenSince, List<String> deepenNotRefs, int depth, FilterSpec filterSpec, boolean doneReceived, Set<String> clientCapabilities, String agent, List<String> serverOptions, boolean sidebandAll, List<String> packfileUriProtocols)