Java org.eclipse.jgit.transport RefAdvertiser fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.transport RefAdvertiser fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.transport RefAdvertiser.

The text is from its open source code.

Constructor

Method

voidinit(Repository src)
Initialize this advertiser with a repository for peeling tags.
Setsend(Map refs)
Format an advertisement for the supplied refs.
Setsend(Collection refs)
Format an advertisement for the supplied refs.
voidsetDerefTags(boolean deref)
Toggle tag peeling.