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
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type FilterSpecModifier and TypeMethodDescriptionvoid
PackWriter.setFilterSpec
(FilterSpec filter) Set filter spec -
Uses of FilterSpec in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as FilterSpecModifier and TypeFieldDescriptionstatic 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.final FilterSpec
Transport.getFilterSpec()
Get filter specfinal FilterSpec
UploadPack.getFilterSpec()
Returns the filter spec for the current request.Methods in org.eclipse.jgit.transport with parameters of type FilterSpecModifier and TypeMethodDescriptionfinal void
Transport.setFilterSpec
(FilterSpec filter) Set filter spec