org.apache.maven.scm.provider.perforce.command.tag
Class PerforceTagConsumer
java.lang.Object
org.apache.maven.scm.provider.perforce.command.AbstractPerforceConsumer
org.apache.maven.scm.provider.perforce.command.tag.PerforceTagConsumer
- All Implemented Interfaces:
- org.codehaus.plexus.util.cli.StreamConsumer
public class PerforceTagConsumer
- extends AbstractPerforceConsumer
- implements org.codehaus.plexus.util.cli.StreamConsumer
- Version:
- $Id: PerforceChangeLogConsumer.java 331276 2005-11-07 15:04:54Z
evenisse $
- Author:
- Mike Perham
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STATE_CREATE
public static final int STATE_CREATE
- See Also:
- Constant Field Values
STATE_SYNC
public static final int STATE_SYNC
- See Also:
- Constant Field Values
STATE_ERROR
public static final int STATE_ERROR
- See Also:
- Constant Field Values
PerforceTagConsumer
public PerforceTagConsumer()
getTagged
public java.util.List getTagged()
- Return a list of Strings formatted like:
//depot/modules/cordoba/runtime-ear/pom.xml
//depot/modules/cordoba/runtime-ear/.runtime
consumeLine
public void consumeLine(java.lang.String line)
-
- Specified by:
consumeLine
in interface org.codehaus.plexus.util.cli.StreamConsumer
isSuccess
public boolean isSuccess()
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.