SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

Uses of Interface
org.sourcejammer.project.ArchiveInfoFlex

Packages that use ArchiveInfoFlex
org.sourcejammer.project.controller   
org.sourcejammer.project.model   
org.sourcejammer.project.model.filesys   
org.sourcejammer.project.view   
org.sourcejammer.server.keywords   
 

Uses of ArchiveInfoFlex in org.sourcejammer.project.controller
 

Methods in org.sourcejammer.project.controller that return ArchiveInfoFlex
 ArchiveInfoFlex Archive.getArchiveInfo()
          Returns the ArchiveInfo object for this Archive.
 ArchiveInfoFlex ProjectController.getArchiveInfo()
          Gives subclasses access to archive info object.
 

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

Uses of ArchiveInfoFlex in org.sourcejammer.project.model
 

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

Methods in org.sourcejammer.project.model with parameters of type ArchiveInfoFlex
 Archive ArchiveGetter.getArchive(ArchiveInfoFlex archive)
           
 void ArchiveGetter.saveArchiveInfo(ArchiveInfoFlex info)
           
 void ArchiveGetter.deleteArchive(ArchiveInfoFlex archive)
           
 

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

Classes in org.sourcejammer.project.model.filesys that implement ArchiveInfoFlex
 class ArchiveInfoFlexFS
          Title: Description: Copyright: Copyright (c) 2002 Company:
 

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

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

Uses of ArchiveInfoFlex in org.sourcejammer.project.view
 

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

Uses of ArchiveInfoFlex in org.sourcejammer.server.keywords
 

Methods in org.sourcejammer.server.keywords that return ArchiveInfoFlex
 ArchiveInfoFlex ProjectObjects.getArchInfo()
           
 

Methods in org.sourcejammer.server.keywords with parameters of type ArchiveInfoFlex
 void ProjectObjects.setArchInfo(ArchiveInfoFlex o)
           
 


SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan