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
- Author:
- Mike Perham, Olivier Lamy
-
-
Field Summary
Fields Modifier and Type Field Description static int
STATE_CREATE
static int
STATE_ERROR
static int
STATE_SYNC
-
Fields inherited from class org.apache.maven.scm.provider.perforce.command.AbstractPerforceConsumer
output
-
-
Constructor Summary
Constructors Constructor Description PerforceTagConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
consumeLine(java.lang.String line)
java.util.List<ScmFile>
getTagged()
Return a list of Strings formatted like:boolean
isSuccess()
-
Methods inherited from class org.apache.maven.scm.provider.perforce.command.AbstractPerforceConsumer
getOutput
-
-
-
-
Field Detail
-
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
-
-
Method Detail
-
getTagged
public java.util.List<ScmFile> 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 interfaceorg.codehaus.plexus.util.cli.StreamConsumer
-
isSuccess
public boolean isSuccess()
-
-