Class and Description |
---|
org.eclipse.jgit.transport.ReceivePack.FirstLine
Use
FirstCommand instead. |
org.eclipse.jgit.transport.UploadPack.FirstLine
Use
FirstWant instead |
Field and Description |
---|
org.eclipse.jgit.lib.Constants.CHARACTER_ENCODING
Use
StandardCharsets.UTF_8 directly
instead. |
org.eclipse.jgit.lib.Constants.CHARSET
Use
StandardCharsets.UTF_8 directly
instead. |
org.eclipse.jgit.transport.PacketLineIn.DELIM
Callers should use
PacketLineIn.isDelimiter(String) to check if a
string is the delimiter. |
org.eclipse.jgit.transport.PacketLineIn.END
Callers should use
PacketLineIn.isEnd(String) to check if a
string is the end marker, or
PacketLineIn.readStrings() to iterate over all
strings in the input stream until the marker is reached. |
org.eclipse.jgit.util.RawParseUtils.UTF8_CHARSET
use
StandardCharsets.UTF_8 instead |
Constructor and Description |
---|
org.eclipse.jgit.errors.PackInvalidException(File) |
org.eclipse.jgit.errors.PackInvalidException(String) |
Copyright © 2019 Eclipse JGit Project. All rights reserved.