public class PerforceTagConsumer extends AbstractPerforceConsumer implements 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:
//depot/modules/cordoba/runtime-ear/pom.xml
//depot/modules/cordoba/runtime-ear/.runtime
|
boolean |
isSuccess() |
getOutputpublic static final int STATE_CREATE
public static final int STATE_SYNC
public static final int STATE_ERROR
public PerforceTagConsumer()
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 StreamConsumerpublic boolean isSuccess()
Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.