Uses of Interface
org.eclipse.jgit.transport.RefFilter
Packages that use RefFilter
-
Uses of RefFilter in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as RefFilterModifier and TypeFieldDescriptionstatic final RefFilterRefFilter.DEFAULTThe default filter, allows all refs to be shown.private RefFilterReceivePack.refFilterFilter used while advertising the refs to the client.private RefFilterUploadPack.refFilterFilter used while advertising the refs to the client.Methods in org.eclipse.jgit.transport that return RefFilterModifier and TypeMethodDescriptionReceivePack.getRefFilter()Get the filter used while advertising the refs to the clientTransferConfig.getRefFilter()GetRefFilterrespecting configured hidden refs.UploadPack.getRefFilter()Get the filter used while advertising the refs to the client.Methods in org.eclipse.jgit.transport with parameters of type RefFilterModifier and TypeMethodDescriptionvoidReceivePack.setRefFilter(RefFilter refFilter) Set the filter used while advertising the refs to the client.voidUploadPack.setRefFilter(RefFilter refFilter) Set the filter used while advertising the refs to the client.