public class SvnInfoConsumer
extends java.lang.Object
implements org.codehaus.plexus.util.cli.StreamConsumer
Modifier and Type | Field and Description |
---|---|
private InfoItem |
currentItem |
private java.util.List<InfoItem> |
infoItems |
Constructor and Description |
---|
SvnInfoConsumer() |
Modifier and Type | Method and Description |
---|---|
void |
consumeLine(java.lang.String s) |
java.util.List<InfoItem> |
getInfoItems() |
private static java.lang.String |
getValue(java.lang.String s) |
private java.util.List<InfoItem> infoItems
private InfoItem currentItem
public void consumeLine(java.lang.String s)
consumeLine
in interface org.codehaus.plexus.util.cli.StreamConsumer
private static java.lang.String getValue(java.lang.String s)
public java.util.List<InfoItem> getInfoItems()