Interface | Description |
---|---|
IReader |
The IReader interface defines the functionality needed to read files into an
expected ICE internal object representation.
|
ITemplatedReader |
The ITemplatedReader interface defines the functionality needed to read files
into a form that has been built using a template file.
|
ITemplatedWriter |
The IWriter interface defines the functionality needed to write an ICE
internal object representation to file .
|
IWriter |
The IWriter interface defines the functionality needed to write an ICE
internal object representation to file .
|
Class | Description |
---|---|
IOService |
This class serves as a container for all IReaders and IWriters exposed to
the underlying OSGi framework as a Declarative Service.
|