Package com.google.gerrit.server.notedb
Class RobotCommentsRevisionNote
- java.lang.Object
-
- com.google.gerrit.server.notedb.RobotCommentsRevisionNote
-
public class RobotCommentsRevisionNote extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
parse
protected List<RobotComment> parse(byte[] raw, int offset) throws IOException
- Throws:
IOException
-
trimLeadingEmptyLines
protected static void trimLeadingEmptyLines(byte[] bytes, org.eclipse.jgit.util.MutableInteger p)
-
getRaw
public byte[] getRaw()
-
getComments
public com.google.common.collect.ImmutableList<T> getComments()
-
parse
public void parse() throws IOException, org.eclipse.jgit.errors.ConfigInvalidException
- Throws:
IOException
org.eclipse.jgit.errors.ConfigInvalidException
-
checkParsed
protected void checkParsed()
-
-