Uses of Interface
org.apache.cayenne.wocompat.PlistDataStructureFactory

Packages that use PlistDataStructureFactory
org.apache.cayenne.wocompat Contains classes that interface Cayenne with Apple's WebObjects
org.apache.cayenne.wocompat.parser   
 

Uses of PlistDataStructureFactory in org.apache.cayenne.wocompat
 

Methods in org.apache.cayenne.wocompat with parameters of type PlistDataStructureFactory
static Object PropertyListSerialization.propertyListFromFile(File f, PlistDataStructureFactory factory)
          Reads a property list file.
static Object PropertyListSerialization.propertyListFromStream(InputStream in, PlistDataStructureFactory factory)
          Reads a property list data from InputStream.
 

Uses of PlistDataStructureFactory in org.apache.cayenne.wocompat.parser
 

Constructors in org.apache.cayenne.wocompat.parser with parameters of type PlistDataStructureFactory
Parser(File f, PlistDataStructureFactory factory)
           
Parser(InputStream in, PlistDataStructureFactory factory)
           
Parser(PlistDataStructureFactory factory)
           
Parser(String filename, PlistDataStructureFactory factory)
           
 



Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.