org.apache.maven.scm.provider.perforce.command.checkout
Class PerforceCheckOutConsumer

java.lang.Object
  extended by org.apache.maven.scm.provider.perforce.command.AbstractPerforceConsumer
      extended by org.apache.maven.scm.provider.perforce.command.checkout.PerforceCheckOutConsumer
All Implemented Interfaces:
StreamConsumer

public class PerforceCheckOutConsumer
extends AbstractPerforceConsumer
implements StreamConsumer

Version:
$Id: PerforceChangeLogConsumer.java 331276 2005-11-07 15:04:54Z evenisse $
Author:
Mike Perham

Field Summary
static int STATE_CLIENTSPEC
           
static int STATE_ERROR
           
static int STATE_NORMAL
           
 
Fields inherited from class org.apache.maven.scm.provider.perforce.command.AbstractPerforceConsumer
output
 
Constructor Summary
PerforceCheckOutConsumer(String clientspec, String repoPath)
           
 
Method Summary
 void consumeLine(String line)
          
 List<ScmFile> getCheckedout()
           
 boolean isSuccess()
           
 
Methods inherited from class org.apache.maven.scm.provider.perforce.command.AbstractPerforceConsumer
getOutput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

PerforceCheckOutConsumer

public PerforceCheckOutConsumer(String clientspec,
                                String repoPath)
Method Detail

consumeLine

public void consumeLine(String line)

Specified by:
consumeLine in interface StreamConsumer

isSuccess

public boolean isSuccess()

getCheckedout

public List<ScmFile> getCheckedout()


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.