Modifier and Type | Class and Description |
---|---|
class |
CSVReader
This class implements the IReader interface to provide a reader for CSV
files.
|
Modifier and Type | Class and Description |
---|---|
class |
INIReader
The INIReader provides functionality for parsing files that use the INI
structure.
|
Modifier and Type | Class and Description |
---|---|
class |
IPSReader
IPSReader class is responsible for reading the contents of an IPS INI (.conf)
file and converting it into appropriate data structures for ICE to use.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ITemplatedReader
The ITemplatedReader interface defines the functionality needed to read files
into a form that has been built using a template file.
|
Modifier and Type | Method and Description |
---|---|
IReader |
IOService.getReader(java.lang.String readerType)
Return the IReader realization of type readerType.
|
Modifier and Type | Method and Description |
---|---|
void |
IOService.addReader(IReader reader)
This method is used by the underlying OSGi framework to
add available IReaders exposed as a Declarative Service.
|
Modifier and Type | Class and Description |
---|---|
class |
MOOSEFileHandler
This class reads and writes MOOSE Blocks and Parameters to and from the
different MOOSE file types, including parsing from YAML and writing to
GetPot.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLPersistenceProvider
This class implements the IPersistenceProvider interface using the native XML
marshalling routines available on the Item.
|
Modifier and Type | Class and Description |
---|---|
class |
VibeKVPair
This class is a Model Item that configures a set of data components that
represent key-value pairs for VIBE input.
|