See: Description
| Class | Description |
|---|---|
| CompositeTransform |
A transform composed of other transforms.
|
| DirectoryTransformAdapter |
Directory transform adapter for transforms of directories.
|
| DirectoryTransformContext | |
| NullTransformAdapter |
Null transform adapter for transforms that do not actually transform
anything.
|
| NullTransformContext | |
| TextBufferCommand |
An Ide command which transforms a text buffer.
|
| TextTransformAdapter |
A
TransformAdapter for transforms which modify text buffers directly. |
| TextTransformContext | |
| Transform |
A source code transform.
|
| TransformAdapter |
An adapter between the Audit framework and transforms of a specific type.
|
| TransformAdapter.ConstructRegion | |
| TransformAdapter.LocationRegion | |
| TransformAdapter.Region | |
| TransformContext | |
| TransformSequenceContext |
A context to hold information relating to a sequence of transforms
of the same adapter type.
|
| Enum | Description |
|---|---|
| TransformContext.Shape |
An enumeration of the transformation shapes distinguished by the Audit
framework.
|
| Exception | Description |
|---|---|
| TransformFailedException |
Thrown when a transform fails because of an expected
exception, e.g.
|