| AbstractArtifact |
Implements a generic abstract artifact
|
| AggregateBuilder |
|
| AggregateImpl |
Collects the items that form an aggregate.
|
| AggregateManagerImpl |
The artifact manager exposes an artifact node tree using the configured
aggregators and serializers.
|
| ArtifactSetImpl |
Implements a set of artifacts.
|
| PropertyValueArtifact |
Implements a artifact that is based on a property value.
|
| SerializerArtifact |
Implements an output artifact that is based on a serializer, i.e. the
preferred access method is AccessType.SPOOL
|
| TransactionImpl.Change |
|
| VaultFileImpl |
Implements the bridge between the repository based artifacts nodes and their
file system representation as a collection of artifacts.
|
| VaultFileNode |
The jcr file node combines the aggregates with the Vault file. each file
node produces a list of jcr files, composed out of the artifacts on the
artifacts node. the Vault files are the inserted into the overall hierarchy
of the Vault filesystem.
|