Class PerforceCheckOutConsumer
- java.lang.Object
-
- org.apache.maven.scm.provider.perforce.command.AbstractPerforceConsumer
-
- org.apache.maven.scm.provider.perforce.command.checkout.PerforceCheckOutConsumer
-
- All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer
public class PerforceCheckOutConsumer extends AbstractPerforceConsumer implements org.codehaus.plexus.util.cli.StreamConsumer
- Version:
- $Id: PerforceChangeLogConsumer.java 331276 2005-11-07 15:04:54Z evenisse $
- Author:
- Mike Perham
-
-
Field Summary
Fields Modifier and Type Field Description static intSTATE_CLIENTSPECstatic intSTATE_ERRORstatic intSTATE_NORMAL-
Fields inherited from class org.apache.maven.scm.provider.perforce.command.AbstractPerforceConsumer
output
-
-
Constructor Summary
Constructors Constructor Description PerforceCheckOutConsumer(String clientspec, String repoPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconsumeLine(String line)List<ScmFile>getCheckedout()booleanisSuccess()-
Methods inherited from class org.apache.maven.scm.provider.perforce.command.AbstractPerforceConsumer
getOutput
-
-
-
-
Field Detail
-
STATE_CLIENTSPEC
public static final int STATE_CLIENTSPEC
- See Also:
- Constant Field Values
-
STATE_NORMAL
public static final int STATE_NORMAL
- See Also:
- Constant Field Values
-
STATE_ERROR
public static final int STATE_ERROR
- See Also:
- Constant Field Values
-
-