Modifier and Type | Class and Description |
---|---|
class |
PipedFilesBuilder
Handles the building of "checkout with -p switch" information object and
storing of the checked out file to the temporary file and the firing of
events when complete objects are built.
|
Modifier and Type | Field and Description |
---|---|
protected Builder |
BuildableCommand.builder
An implementation of Builder interface that constructs a
FileContainerInfo object from the server's output..
|
Modifier and Type | Method and Description |
---|---|
Builder |
BuildableCommand.createBuilder(EventManager eventManager)
Method that is called while the command is being executed.
|
Modifier and Type | Method and Description |
---|---|
void |
BuildableCommand.setBuilder(Builder builder)
Used for setting user-defined builder.
|
Modifier and Type | Class and Description |
---|---|
class |
AddBuilder
Handles the building of add information object and the firing of events when
complete objects are built.
|
Modifier and Type | Method and Description |
---|---|
Builder |
AddCommand.createBuilder(EventManager eventManager)
Method that is called while the command is being executed.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotateBuilder
Handles the building of a annotate information object and the firing of
events when complete objects are built.
|
Modifier and Type | Method and Description |
---|---|
Builder |
AnnotateCommand.createBuilder(EventManager eventMan)
Create a builder for this command.
|
Builder |
RannotateCommand.createBuilder(EventManager eventMan)
Create a builder for this command.
|
Modifier and Type | Class and Description |
---|---|
class |
ModuleListBuilder
Handles the building of module list information object and the firing of
events when complete objects are built.
|
Modifier and Type | Method and Description |
---|---|
Builder |
CheckoutCommand.createBuilder(EventManager eventMan) |
Modifier and Type | Class and Description |
---|---|
class |
CommitBuilder
Handles the building of update information object and the firing of events
when complete objects are built.
|
Modifier and Type | Method and Description |
---|---|
Builder |
CommitCommand.createBuilder(EventManager eventMan)
Method that is called while the command is being executed.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleDiffBuilder
Handles the building of a diff information object and the firing of events
when complete objects are built.
|
Modifier and Type | Method and Description |
---|---|
Builder |
DiffCommand.createBuilder(EventManager eventMan)
Create a builder for this command.
|
Modifier and Type | Class and Description |
---|---|
class |
EditorsBuilder |
Modifier and Type | Method and Description |
---|---|
Builder |
EditorsCommand.createBuilder(EventManager eventManager)
Creates the EditorsBuilder.
|
Modifier and Type | Class and Description |
---|---|
class |
ExportBuilder |
Modifier and Type | Method and Description |
---|---|
Builder |
ExportCommand.createBuilder(EventManager eventManager)
Creates the ExportBuilder.
|
Modifier and Type | Method and Description |
---|---|
Builder |
HistoryCommand.createBuilder(EventManager eventMan)
Create a builder for this command.
|
Modifier and Type | Class and Description |
---|---|
class |
ImportBuilder |
Modifier and Type | Method and Description |
---|---|
Builder |
ImportCommand.createBuilder(EventManager eventManager)
Creates the ImportBuilder.
|
Modifier and Type | Class and Description |
---|---|
class |
LogBuilder
Handles the building of a log information object and the firing of events
when complete objects are built.
|
Modifier and Type | Method and Description |
---|---|
Builder |
RlogCommand.createBuilder(EventManager eventMan)
Create a builder for this command.
|
Builder |
LogCommand.createBuilder(EventManager eventMan)
Create a builder for this command.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoveBuilder
Handles the building of remove information object and the firing of events
when complete objects are built.
|
Modifier and Type | Method and Description |
---|---|
Builder |
RemoveCommand.createBuilder(EventManager eventMan)
Method that is called while the command is being executed.
|
Modifier and Type | Class and Description |
---|---|
class |
StatusBuilder
Handles the building of a status information object and the firing of events
when complete objects are built.
|
Modifier and Type | Method and Description |
---|---|
Builder |
StatusCommand.createBuilder(EventManager eventManager)
Create a builder for this command.
|
Modifier and Type | Class and Description |
---|---|
class |
TagBuilder |
Modifier and Type | Method and Description |
---|---|
Builder |
RtagCommand.createBuilder(EventManager eventManager)
Creates the TagBuilder.
|
Builder |
TagCommand.createBuilder(EventManager eventManager)
Creates the TagBuilder.
|
Modifier and Type | Class and Description |
---|---|
class |
UpdateBuilder
Handles the building of update information object and the firing of events
when complete objects are built.
|
Modifier and Type | Method and Description |
---|---|
Builder |
UpdateCommand.createBuilder(EventManager eventManager)
Method that is called while the command is being executed.
|
Modifier and Type | Class and Description |
---|---|
class |
WatchersBuilder
Handles the building of a watchers information object and the firing of
events when complete objects are built.
|
Modifier and Type | Method and Description |
---|---|
Builder |
WatchersCommand.createBuilder(EventManager eventManager)
Creates and returns the WatchersBuilder.
|
Copyright © 2016. All rights reserved.