Class Summary |
CommandBuildStyle |
Implements a build style that submits a command for execution to the remote
system. |
CommandConfiguration |
Manages the saving, restoring, and accessing the build command associated with
the CommandBuildStyle. |
CommandConfigurationPropertyDialog |
Provides the dialog that allows a user to enter the build command for the
project. |
Generate |
Generates the compile commands into COMPILE.CLLE of the source file
specified by the user. |
Log |
A utility class for logging debug messages using the log
facility of WDSc. |
ProgramBuildStyle |
Implements a build style that compiles the member BUILD of QCLSRC in the
associated library using CRTBNDCL into QTEMP and then invokes it. |
ProgramConfiguration |
|
ProgramConfigurationDialog |
Provides the dialog that allows a user to select the build source file
for the project. |
PushChangesDelegate |
Implements the specialization of the abstract PushAction
for the resources changed since the last push action. |
PushSelectedDelegate |
Implements the specialization of the abstract PushAction
for the resources actually selected in the navigator. |
RemoteAction |
Implements an action delegate that will invoke an action on behalf of a project. |
SubmitBuildAction |
An abstract class used as a superclass for all submit
actions. |
SubmitBuildCommand |
Submits the build command to the buildspace. |
SubmitBuildProgram |
Submits the build command to the buildspace. |