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