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

Class PerforceCheckOutConsumer

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 intSTATE_CLIENTSPEC
static intSTATE_ERROR
static intSTATE_NORMAL
Constructor Summary
PerforceCheckOutConsumer(String clientspec, String repoPath)
Method Summary
voidconsumeLine(String line)
ListgetCheckedout()
booleanisSuccess()

Field Detail

STATE_CLIENTSPEC

public static final int STATE_CLIENTSPEC

STATE_ERROR

public static final int STATE_ERROR

STATE_NORMAL

public static final int STATE_NORMAL

Constructor Detail

PerforceCheckOutConsumer

public PerforceCheckOutConsumer(String clientspec, String repoPath)

Method Detail

consumeLine

public void consumeLine(String line)

getCheckedout

public List getCheckedout()

isSuccess

public boolean isSuccess()
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.