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 FilterSpec -
Uses of FilterSpec in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as FilterSpecModifier and TypeFieldDescriptionstatic 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.final FilterSpecTransport.getFilterSpec()final FilterSpecUploadPack.getFilterSpec()Returns the filter spec for the current request.Methods in org.eclipse.jgit.transport with parameters of type FilterSpec