swarm.defobj
Class LispArchiverCImpl

java.lang.Object
  |
  +--swarm.PhaseCImpl
        |
        +--swarm.defobj.LispArchiverCImpl

public class LispArchiverCImpl
extends PhaseCImpl
implements ArchiverS, ArchiverC, LispArchiverS

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.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
LispArchiverCImpl()
           
LispArchiverCImpl(LispArchiverImpl nextPhase)
           
 
Methods implemented by this class for interface swarm.defobj.ArchiverC
setDefaultAppPath, setDefaultPath, setInhibitLoadFlag, setPath, setSystemArchiverFlag
 
Methods implemented by this class for interface swarm.defobj.CreateC
createEnd
 
Methods inherited from class swarm.PhaseCImpl
_copy_creating_phase_to_using_phase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LispArchiverCImpl

public LispArchiverCImpl(LispArchiverImpl nextPhase)

LispArchiverCImpl

public LispArchiverCImpl()