Package | Description |
---|---|
casa.system | |
plistreader |
Modifier and Type | Field and Description |
---|---|
private PlistProperties |
MacOSsocketServerInstaller.plistProp |
Modifier and Type | Method and Description |
---|---|
PlistProperties |
MacOSsocketServerInstaller.getPlistProp() |
protected PlistProperties |
MacOSsocketServerInstaller.mergePlistWithVars(PlistProperties props,
boolean init) |
Modifier and Type | Method and Description |
---|---|
protected PlistProperties |
MacOSsocketServerInstaller.mergePlistWithVars(PlistProperties props,
boolean init) |
Modifier and Type | Field and Description |
---|---|
private PlistProperties |
AbstractWriter.props
Holds the
PlistProperties object which is written to the
file. |
private PlistProperties |
ReaderXMLHandler.rootObject
Main
PlistProperties object that acts
as a root object |
Modifier and Type | Method and Description |
---|---|
static PlistProperties |
PlistProperties.convertToPlistProperties(Properties _props) |
PlistProperties |
AbstractWriter.getProperties()
Get the properties.
|
PlistProperties |
AbstractReader.parse()
Parse a file using a SAX Parser
(
org.apache.xerces.parsers.SAXParser )
and a specific XML Handler. |
PlistProperties |
AbstractReader.parse(File _file) |
Modifier and Type | Method and Description |
---|---|
static Properties |
PlistProperties.convertToProperties(PlistProperties _props) |
void |
AbstractWriter.setProperties(PlistProperties _props)
Set the properties.
|
void |
AbstractWriter.write(File _file,
PlistProperties _props)
Write the
PLIST file. |
private void |
AbstractWriter.writeDictionary(PrintWriter _out,
PlistProperties _props,
int _tabIndex)
This pravate function writes away a
<dict> node. |
Constructor and Description |
---|
AbstractWriter(File _file,
PlistProperties _props)
Preferred constructor.
|
ReaderXMLHandler(PlistProperties _properties)
This constructor needs a valid
PlistProperties object. |