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 FilterSpecBasePackFetchConnection.filterSpecEither 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 FilterSpecFetchRequest.filterSpec(package private) FilterSpecFetchV0Request.Builder.filterSpec(package private) FilterSpecFetchV2Request.Builder.filterSpecprivate FilterSpecTransport.filterSpecstatic final FilterSpecFilterSpec.NO_FILTERA placeholder that indicates no filtering.Methods in org.eclipse.jgit.transport that return FilterSpecModifier and TypeMethodDescriptionstatic FilterSpecFilterSpec.fromFilterLine(String filterLine) Process the content of "filter" line from the protocol.(package private) FilterSpecFetchRequest.getFilterSpec()final FilterSpecTransport.getFilterSpec()final FilterSpecUploadPack.getFilterSpec()Returns the filter spec for the current request.(package private) static FilterSpecFilterSpec.withBlobLimit(long blobLimit) (package private) static FilterSpecFilterSpec.withObjectTypes(FilterSpec.ObjectTypes types) (package private) static FilterSpecFilterSpec.withTreeDepthLimit(long treeDepthLimit) Methods in org.eclipse.jgit.transport with parameters of type FilterSpecModifier and TypeMethodDescription(package private) FetchV0Request.BuilderFetchV0Request.Builder.setFilterSpec(FilterSpec filter) (package private) FetchV2Request.BuilderFetchV2Request.Builder.setFilterSpec(FilterSpec filter) final voidTransport.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, boolean waitForDone, Set<String> clientCapabilities, String agent, List<String> serverOptions, boolean sidebandAll, List<String> packfileUriProtocols)