Class PerforceCheckInConsumer
- java.lang.Object
-
- org.apache.maven.scm.provider.perforce.command.checkin.PerforceCheckInConsumer
-
- All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer
public class PerforceCheckInConsumer extends java.lang.Object implements org.codehaus.plexus.util.cli.StreamConsumer
- Author:
- Mike Perham
-
-
Field Summary
Fields Modifier and Type Field Description static int
STATE_COMPLETE
static int
STATE_CREATED
static int
STATE_ERROR
static int
STATE_LOCKING
static int
STATE_OP
static int
STATE_SUBMITTING
-
Constructor Summary
Constructors Constructor Description PerforceCheckInConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
consumeLine(java.lang.String line)
java.lang.String
getOutput()
boolean
isSuccess()
-
-
-
Field Detail
-
STATE_CREATED
public static final int STATE_CREATED
- See Also:
- Constant Field Values
-
STATE_SUBMITTING
public static final int STATE_SUBMITTING
- See Also:
- Constant Field Values
-
STATE_LOCKING
public static final int STATE_LOCKING
- See Also:
- Constant Field Values
-
STATE_OP
public static final int STATE_OP
- See Also:
- Constant Field Values
-
STATE_COMPLETE
public static final int STATE_COMPLETE
- See Also:
- Constant Field Values
-
STATE_ERROR
public static final int STATE_ERROR
- See Also:
- Constant Field Values
-
-