See: Description
Interface | Description |
---|---|
CodeData |
This interface is an abstraction for the application to be able to read different input and output formats (e.g.
|
Class | Description |
---|---|
FileCodeData |
This is a concrete implementation of the
CodeData interface that handles files for input and output. |
This package contains an abstraction for the input and output of the code generation.
The major abstraction is the interface CodeData
which returns an input
stream or output stream depending on the needs of the application.
Copyright © 2020 sw4j.org. All rights reserved.