java.lang.Object
org.eclipse.jgit.lib.PackedRefsWriter
org.eclipse.jgit.lib.RefWriter
Deprecated.
Writes out refs to the
Constants.INFO_REFS and
Constants.PACKED_REFS files.
This class is abstract as the writing of the files must be handled by the
caller. This is because it is used by transport classes as well.-
Field Summary
Fields inherited from class org.eclipse.jgit.lib.PackedRefsWriter
refs, traits -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jgit.lib.PackedRefsWriter
asRefList, writeFile, writeInfoRefs, writePackedRefs
-
Constructor Details
-
RefWriter
Deprecated.Constructor for RefWriter.
- Parameters:
refs- the complete set of references. This should have been computed by applying updates to the advertised refs already discovered.
-
RefWriter
Deprecated.Constructor for RefWriter.
- Parameters:
refs- the complete set of references. This should have been computed by applying updates to the advertised refs already discovered.
-
RefWriter
Deprecated.Constructor for RefWriter.
- Parameters:
refs- the complete set of references. This should have been computed by applying updates to the advertised refs already discovered.
-
PackedRefsWriterinstead.