| Interface | Description |
|---|---|
| ChangePackageContainer |
Interfaces for types that own an instance of an
AbstractChangePackage. |
| ReadLineCapable |
Common interface for types that are able to read from a source line-by-line.
|
| Class | Description |
|---|---|
| AbstractOperationEmitter |
Abstract super class for implementing types which emit operations when given an
ReadLineCapable type. |
| FileBasedOperationIterable |
Enables to iterate through all operations that are saved within an underlying
operations file.
NOTE: Callers must call close when they are finished. |
| OperationEmitter |
Type for emitting
AbstractOperations when given an ReadLineCapable type. |
| OperationIterator |
A file-based iterator for
AbstractOperations. |
| ReaderFactory |
Factory for creating types that are
ReadLineCapable. |
| SerializedOperationEmitter |
Type for emitting
AbstractOperations in their serialized form when given a ReadLineCapable type. |
| XmlTags |
| Enum | Description |
|---|---|
| Direction |
Specifies in which direction a file based change package implementation should be traversed.
|
Copyright © 2017. All rights reserved.