com.cassinidivision.core.foundation
Class CassiniUtilities

java.lang.Object
  extended bycom.cassinidivision.core.foundation.CassiniUtilities

public class CassiniUtilities
extends Object

A set of miscellaneous utilities.


Constructor Summary
CassiniUtilities()
           
 
Method Summary
static Object propertyListWithContentsOfFile(String path)
          Returns a property list object graph corresponding to the contents of the file at the path specified (old non-XML format).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CassiniUtilities

public CassiniUtilities()
Method Detail

propertyListWithContentsOfFile

public static Object propertyListWithContentsOfFile(String path)
                                             throws IOException
Returns a property list object graph corresponding to the contents of the file at the path specified (old non-XML format).

This is a convenience wrapper around the com.webobjects.foundation.NSPropertyListSerialization#propertyListFromString(String) method.

Parameters:
path - The path to the file containing the property list information.
Returns:
The property list object graph. See com.webobjects.foundation.NSPropertyListSerialization for further information.
Throws:
IOException