| Package | Description |
|---|---|
| net.sf.plist.io |
| Modifier and Type | Field and Description |
|---|---|
static PropertyListFormat |
PropertyListWriter.DEFAULTFORMAT
The default format used when
PropertyListWriter.write(NSObject, File) is called. |
| Modifier and Type | Method and Description |
|---|---|
static PropertyListFormat |
PropertyListParser.getFormatForFile(java.io.File file)
Get the format for a Property List file.
|
static PropertyListFormat |
PropertyListParser.getFormatForFile(java.io.File file,
boolean cacheOnly)
Get the format for a Property List file.
|
static PropertyListFormat |
PropertyListFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PropertyListFormat[] |
PropertyListFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PropertyListWriter.write(NSObject root,
java.io.File file,
PropertyListFormat format)
Convert a tree to a property list and write it to a file
|
static void |
PropertyListWriter.write(NSObject root,
java.io.OutputStream stream,
PropertyListFormat format)
Convert a tree to a property list and write it to a stream
|