public class RobotCommentsRevisionNote
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
protected void |
checkParsed() |
com.google.common.collect.ImmutableList<T> |
getComments() |
byte[] |
getRaw() |
void |
parse() |
protected java.util.List<RobotComment> |
parse(byte[] raw,
int offset) |
protected static void |
trimLeadingEmptyLines(byte[] bytes,
org.eclipse.jgit.util.MutableInteger p) |
protected java.util.List<RobotComment> parse(byte[] raw, int offset) throws java.io.IOException
java.io.IOException
protected static void trimLeadingEmptyLines(byte[] bytes, org.eclipse.jgit.util.MutableInteger p)
public byte[] getRaw()
public com.google.common.collect.ImmutableList<T> getComments()
public void parse() throws java.io.IOException, org.eclipse.jgit.errors.ConfigInvalidException
java.io.IOException
org.eclipse.jgit.errors.ConfigInvalidException
protected void checkParsed()