SourceJammer 1.2.0.1 May 20, 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   
org.sourcejammer.project.view   
 

Uses of ArchiveInfo in org.sourcejammer.project.controller
 

Methods in org.sourcejammer.project.controller that return ArchiveInfo
 ArchiveInfo Archive.getArchiveInfo()
          Returns the ArchiveInfo object for this Archive.
 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 Archive.
abstract  void ControllerNode.store(long key, ArchiveInfo info)
          To be implemented by model implementation of this class for storing needed data from this node.
 void ProjectController.setArchiveInfo(ArchiveInfo info)
          Sets the ArchiveInfo object for this ProjectController.
 ProjectChild ProjectNode.permanentlyDeleteRemovedChildNode(int index, ArchiveInfo info, long key)
          Permanently delete a removed node from this cache and from the storage system.
 

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)
           
 void ArchiveGetter.saveArchiveInfo(ArchiveInfo info)
           
 void ArchiveGetter.deleteArchive(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:
 class ArchiveInfoFS2
           
 

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 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.
 Archive FileSysArchiveGetter.getArchive(ArchiveInfo archive)
           
 void FileSysArchiveGetter.saveArchiveInfo(ArchiveInfo info)
           
 void FileSysArchiveGetter.deleteArchive(ArchiveInfo archive)
           
 void ProjectNodeFS.store(long key, ArchiveInfo info)
          Creates and stores the XML file for this Node.
 

Uses of ArchiveInfo in org.sourcejammer.project.view
 

Methods in org.sourcejammer.project.view that return ArchiveInfo
static ArchiveInfo MasterControlProgram.getArchiveInfo(java.lang.String archiveName)
           
 


SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan