org.apache.maven.scm.provider.perforce.command.tag
public class PerforceTagConsumer extends AbstractPerforceConsumer implements org.codehaus.plexus.util.cli.StreamConsumer
Modifier and Type | Field and Description |
---|---|
static int |
STATE_CREATE |
static int |
STATE_ERROR |
static int |
STATE_SYNC |
output
Constructor and Description |
---|
PerforceTagConsumer() |
Modifier and Type | Method and Description |
---|---|
void |
consumeLine(java.lang.String line) |
java.util.List |
getTagged()
Return a list of Strings formatted like:
|
boolean |
isSuccess() |
getOutput
public static final int STATE_CREATE
public static final int STATE_SYNC
public static final int STATE_ERROR
public java.util.List getTagged()
//depot/modules/cordoba/runtime-ear/pom.xml //depot/modules/cordoba/runtime-ear/.runtime
public void consumeLine(java.lang.String line)
consumeLine
in interface org.codehaus.plexus.util.cli.StreamConsumer
public boolean isSuccess()
Copyright © 2003-2014. All Rights Reserved.