org.netbeans.lib.cvsclient.command.watchers
Class WatchersBuilder
java.lang.Object
org.netbeans.lib.cvsclient.command.watchers.WatchersBuilder
- All Implemented Interfaces:
- Builder
public class WatchersBuilder
- extends Object
- implements Builder
Handles the building of a watchers 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 |
WatchersBuilder
public WatchersBuilder(EventManager eventManager,
String localPath)
- Creates a WatchersBuilder.
- Parameters:
eventManager
- the event manager that will fire events.localPath
- absolute path to the directory where the command was executed.
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.