|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RefFilter | |
|---|---|
| org.eclipse.jgit.transport | |
| Uses of RefFilter in org.eclipse.jgit.transport |
|---|
| Fields in org.eclipse.jgit.transport declared as RefFilter | |
|---|---|
static RefFilter |
RefFilter.DEFAULT
The default filter, allows all refs to be shown. |
| Methods in org.eclipse.jgit.transport that return RefFilter | |
|---|---|
RefFilter |
UploadPack.getRefFilter()
|
RefFilter |
ReceivePack.getRefFilter()
|
| Methods in org.eclipse.jgit.transport with parameters of type RefFilter | |
|---|---|
void |
UploadPack.setRefFilter(RefFilter refFilter)
Set the filter used while advertising the refs to the client. |
void |
ReceivePack.setRefFilter(RefFilter refFilter)
Set the filter used while advertising the refs to the client. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||