SourceJammer 1.1.0 March 1, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

Uses of Interface
org.sourcejammer.project.ArchiveInfo

Packages that use ArchiveInfo
org.sourcejammer.project.controller   
org.sourcejammer.project.model   
org.sourcejammer.project.model.filesys   
 

Uses of ArchiveInfo in org.sourcejammer.project.controller
 

Methods in org.sourcejammer.project.controller that return ArchiveInfo
 ArchiveInfo ProjectController.getArchiveInfo()
          Gives subclasses access to archive info object.
 

Methods in org.sourcejammer.project.controller with parameters of type ArchiveInfo
 void Archive.setArchiveInfo(ArchiveInfo info)
          Sets the ArchiveInfo object for this ProjectController.
abstract  void ControllerNode.store(long key, ArchiveInfo info)
          To be implemented by model implementation of this class for storing needed data from this node.
 ProjectChild ProjectNode.permanentlyDeleteRemovedChildNode(int index, ArchiveInfo info, long key)
          Permanently delete a removed node from this cache and from the storage system.
 void ProjectController.setArchiveInfo(ArchiveInfo info)
          Sets the ArchiveInfo object for this ProjectController.
 

Uses of ArchiveInfo in org.sourcejammer.project.model
 

Methods in org.sourcejammer.project.model that return ArchiveInfo
 ArchiveInfo ArchiveGetter.getArchiveInfo(java.lang.String name)
           
 

Methods in org.sourcejammer.project.model with parameters of type ArchiveInfo
 Archive ArchiveGetter.getArchive(ArchiveInfo archive)
           
 

Uses of ArchiveInfo in org.sourcejammer.project.model.filesys
 

Classes in org.sourcejammer.project.model.filesys that implement ArchiveInfo
 class ArchiveInfoFS
          Title: Source Jammer Description: Copyright: Copyright (c) 2001 Company:
 

Methods in org.sourcejammer.project.model.filesys that return ArchiveInfo
 ArchiveInfo FileSysArchiveGetter.getArchiveInfo(java.lang.String name)
           
 

Methods in org.sourcejammer.project.model.filesys with parameters of type ArchiveInfo
 void ProjectNodeFS.store(long key, ArchiveInfo info)
          Creates and stores the XML file for this Node.
 Archive FileSysArchiveGetter.getArchive(ArchiveInfo archive)
           
 void VersionNodeFS.store(long key, ArchiveInfo info)
          For now this method does nothing.
 void FileNodeFS.store(long key, ArchiveInfo info)
          Creates and stores the XML file for this Node.
 


SourceJammer 1.1.0 March 1, 2002
Copyright (c) 2001, 2002 Robert MacGrogan