swarm.defobj
Interface LispArchiverC

All Known Implementing Classes:
LispArchiverCImpl

public interface LispArchiverC
extends ArchiverC, ArchiverS

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.


Method Summary
 java.lang.Object create$setPath(Zone aZone, java.lang.String path)
          Convenience method to create LispArchiver from a specified path
 
Methods inherited from interface swarm.defobj.ArchiverC
setDefaultAppPath, setDefaultPath, setInhibitLoadFlag, setPath, setSystemArchiverFlag
 
Methods inherited from interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods inherited from interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 

Method Detail

create$setPath

public java.lang.Object create$setPath(Zone aZone,
                                       java.lang.String path)
Convenience method to create LispArchiver from a specified path