public class PerforceCheckOutConsumer extends AbstractPerforceConsumer implements StreamConsumer
| Modifier and Type | Field and Description |
|---|---|
static int |
STATE_CLIENTSPEC |
static int |
STATE_ERROR |
static int |
STATE_NORMAL |
output| Constructor and Description |
|---|
PerforceCheckOutConsumer(String clientspec,
String repoPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
consumeLine(String line) |
List<ScmFile> |
getCheckedout() |
boolean |
isSuccess() |
getOutputpublic static final int STATE_CLIENTSPEC
public static final int STATE_NORMAL
public static final int STATE_ERROR
public PerforceCheckOutConsumer(String clientspec, String repoPath)
public void consumeLine(String line)
consumeLine in interface StreamConsumerpublic boolean isSuccess()
public List<ScmFile> getCheckedout()
Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.