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(String line) |
List<ScmFile> |
getTagged()
Return a list of Strings formatted like:
|
boolean |
isSuccess() |
getOutputpublic static final int STATE_CREATE
public static final int STATE_SYNC
public static final int STATE_ERROR
public List<ScmFile> getTagged()
//depot/modules/cordoba/runtime-ear/pom.xml //depot/modules/cordoba/runtime-ear/.runtime
public void consumeLine(String line)
consumeLine in interface org.codehaus.plexus.util.cli.StreamConsumerpublic boolean isSuccess()
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.