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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private static final Pattern
static final int
static final int
static final int
private static final Pattern
Fields inherited from class org.apache.maven.scm.provider.perforce.command.AbstractPerforceConsumer
output
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.scm.provider.perforce.command.AbstractPerforceConsumer
getOutput
-
Field Details
-
LABEL_PATTERN
-
SYNC_PATTERN
-
STATE_CREATE
public static final int STATE_CREATE- See Also:
-
STATE_SYNC
public static final int STATE_SYNC- See Also:
-
STATE_ERROR
public static final int STATE_ERROR- See Also:
-
currentState
private int currentState -
tagged
-
-
Constructor Details
-
PerforceTagConsumer
public PerforceTagConsumer()
-
-
Method Details
-
getTagged
Return a list of Strings formatted like://depot/modules/cordoba/runtime-ear/pom.xml //depot/modules/cordoba/runtime-ear/.runtime
-
consumeLine
- Specified by:
consumeLine
in interfaceorg.codehaus.plexus.util.cli.StreamConsumer
-
error
-
isSuccess
public boolean isSuccess()
-