Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > EOApplication Reference

Table of Contents

EOArchive


Inherits from:
Object
Package:
com.apple.client.eoapplication


Class Description


Documentation for this class is forthcoming. For information on using this class, see the book Getting Started with Direct to Java Client.




Method Types


All methods
EOArchive
loadArchiveNamed
loadArchiveNamed
debug
disposableRegistry
namedObjects


Constructors



EOArchive

public EOArchive( Object anObject, NSDisposableRegistry aNSDisposableRegistry)




Static Methods



loadArchiveNamed

public static NSDictionary loadArchiveNamed( String aString, Object anObject, String aString, NSDisposableRegistry aNSDisposableRegistry)



loadArchiveNamed

public static boolean loadArchiveNamed( String aString, Object anObject, String aString)




Instance Methods



debug

protected void debug(String aString)



disposableRegistry

public NSDisposableRegistry disposableRegistry()



namedObjects

public NSDictionary namedObjects()




Table of Contents

DRAFT