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

Class PerforceTagConsumer

public class PerforceTagConsumer extends AbstractPerforceConsumer implements StreamConsumer

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

Author: Mike Perham

Field Summary
static intSTATE_CREATE
static intSTATE_ERROR
static intSTATE_SYNC
Constructor Summary
PerforceTagConsumer()
Method Summary
voidconsumeLine(String line)
ListgetTagged()
Return a list of Strings formatted like:

 //depot/modules/cordoba/runtime-ear/pom.xml
 //depot/modules/cordoba/runtime-ear/.runtime
 
booleanisSuccess()

Field Detail

STATE_CREATE

public static final int STATE_CREATE

STATE_ERROR

public static final int STATE_ERROR

STATE_SYNC

public static final int STATE_SYNC

Constructor Detail

PerforceTagConsumer

public PerforceTagConsumer()

Method Detail

consumeLine

public void consumeLine(String line)

getTagged

public List getTagged()
Return a list of Strings formatted like:

 //depot/modules/cordoba/runtime-ear/pom.xml
 //depot/modules/cordoba/runtime-ear/.runtime
 

isSuccess

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