| Class | Description |
|---|---|
| AbstractCommands |
This represents an entire section of a project definition - stuff under a heading.
|
| BuildCommands |
This represents build commands.
|
| ExecutionEnvironment |
Represents an environment for execution of a series of commands.
|
| Parameter |
This represents a parameter that should be exposed to some
AbstractCommands |
| ProjectModel |
Represents a literate project.
|
| ProjectModel.Builder |
The builder of
ProjectModel instances. |
| ProjectModelFormatter |
A formatter of
ProjectModel instances. |
| ProjectModelRequest |
A request for a
ProjectModel |
| ProjectModelRequest.Builder |
A builder of
ProjectModelRequest instances. |
| ProjectModelSource |
A source of
ProjectModel instances. |
| TaskCommands |
Represents a post-build task.
|
| Exception | Description |
|---|---|
| ProjectModelBuildingException |
Thrown when a
ProjectModel can not be built due to the violation of a project model invariant. |
| ProjectModelValidationException |
Thrown when a
ProjectModel is invalid the violation of a project model
invariant. |
Copyright © 2004-2014. All Rights Reserved.