org.netbeans.lib.cvsclient.command.commit
Class CommitBuilder
java.lang.Object
org.netbeans.lib.cvsclient.command.commit.CommitBuilder
- All Implemented Interfaces:
- Builder
public class CommitBuilder
- extends Object
- implements Builder
Handles the building of update information object and the firing of
events when complete objects are built.
- Author:
- Milos Kleint
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNKNOWN
public static final String UNKNOWN
- Parsing constants.
- See Also:
- Constant Field Values
EXAM_DIR
public static final String EXAM_DIR
- See Also:
- Constant Field Values
REMOVING
public static final String REMOVING
- See Also:
- Constant Field Values
NEW_REVISION
public static final String NEW_REVISION
- See Also:
- Constant Field Values
INITIAL_REVISION
public static final String INITIAL_REVISION
- See Also:
- Constant Field Values
DELETED_REVISION
public static final String DELETED_REVISION
- See Also:
- Constant Field Values
DONE
public static final String DONE
- See Also:
- Constant Field Values
RCS_FILE
public static final String RCS_FILE
- See Also:
- Constant Field Values
ADD
public static final String ADD
- See Also:
- Constant Field Values
COMMITTED
public static final String COMMITTED
- See Also:
- Constant Field Values
CommitBuilder
public CommitBuilder(EventManager eventManager,
String localPath,
String repositoryRoot)
outputDone
public void outputDone()
- Specified by:
outputDone
in interface Builder
parseLine
public void parseLine(String line,
boolean isErrorMessage)
- Specified by:
parseLine
in interface Builder
parseEnhancedMessage
public void parseEnhancedMessage(String key,
Object value)
- Specified by:
parseEnhancedMessage
in interface Builder
Copyright © 2011. All Rights Reserved.