Package | Description |
---|---|
org.eclipse.ice.io.ini | |
org.eclipse.ice.io.ips | |
org.eclipse.ice.io.serializable | |
org.eclipse.ice.item.utilities.moose | |
org.eclipse.ice.persistence.xml | |
org.eclipse.ice.vibe.kvPair |
Modifier and Type | Class and Description |
---|---|
class |
INIWriter
The INIWriter provides functionality for writing a group of TableComponents
to a text file with the INI structure.
|
Modifier and Type | Class and Description |
---|---|
class |
IPSWriter
IPSWriter is a class responsible for converting an ICE Form and writing it as
an IPS Configuration file.
|
Modifier and Type | Method and Description |
---|---|
IWriter |
IOService.getWriter(java.lang.String writerType)
Return the IWriter realization of type writerType.
|
Modifier and Type | Method and Description |
---|---|
void |
IOService.addWriter(IWriter writer)
This method is used by the underlying OSGi framework to
add available IWriters 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.
|