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 intSTATE_COMPLETEstatic intSTATE_CREATEDstatic intSTATE_ERRORstatic intSTATE_LOCKINGstatic intSTATE_OPstatic intSTATE_SUBMITTING
-
Constructor Summary
Constructors Constructor Description PerforceCheckInConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconsumeLine(java.lang.String line)java.lang.StringgetOutput()booleanisSuccess()
-
-
-
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
-
-