swarm.defobj
Class LispArchiverImpl

java.lang.Object
  |
  +--swarm.defobj.LispArchiverImpl

public class LispArchiverImpl
extends Object
implements ArchiverS, Archiver, LispArchiverS, LispArchiver

Protocol for creating Lisp instances of the Archiver. Protocol for creating Lisp instances of the Archiver Default system path is ~/.swarmArchiver.scm. Default application path is //.scm or the current directory.


Constructor Summary
LispArchiverImpl()
           
LispArchiverImpl(Zone aZone)
          Default constructor for Impl class
LispArchiverImpl(Zone aZone, String path)
          Convenience method to create LispArchiver from a specified path
 
Methods implemented by this class for interface swarm.defobj.Archiver
getObject, getWithZone$key, putDeep$object, putShallow$object, registerClient, sync, unregisterClient
 
Methods implemented by this class for interface swarm.defobj.Drop
drop
 
Methods implemented by this class for interface swarm.defobj.DefinedObject
compare, describe, describeID, getDisplayName, getTypeName, getZone, perform, perform$with, perform$with$with, perform$with$with$with, respondsTo, setDisplayName, xfprint, xfprintid, xprint, xprintid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LispArchiverImpl

public LispArchiverImpl()

LispArchiverImpl

public LispArchiverImpl(Zone aZone,
                        String path)
Convenience method to create LispArchiver from a specified path

LispArchiverImpl

public LispArchiverImpl(Zone aZone)
Default constructor for Impl class