Package org.argouml.persistence

Contains support for persisting projects to some media.

See:
          Description

Interface Summary
ProgressListener A listener to be implemented by those interested in ProgressEvents.
ProjectFilePersister To persist a project to and from file storage.
 

Class Summary
AbstractFilePersister To persist to and from zargo (zipped file) storage.
ArgoParser  
ArgoTokenTable this needs work,AFAIK none of these strings are saved in the final output in a zargo.
DiagramMemberFilePersister The file persister for the diagram members.
LastLoadInfo The results of the last project load.
MemberFilePersister A base class file persister for project members.
ModelMemberFilePersister The file persister for the UML model.
OffenderXMLHelper Helper class to make an offender fit right in the XML file during save.
PersistenceManager This class shall be the only one that knows in which file formats ArgoUML is able to save and load.
PGMLParser The PGML parser.
ProgressEvent An event to be fired in order to tell some other listener of progress through some activity.
ResolvedCriticXMLHelper A helper class to provide a view of a ResolvedCritic that is particularly suited for saving to an XML file.
SAXParserBase  
ToDoItemXMLHelper Helper class to help save todo items properly in the .todo XML file.
TodoListMemberFilePersister The file persister for the Todo members.
TodoParser Class that reads a todo list from a todo xml file.
TodoTokenTable An utility class that defines the strings required by the XML framework and other strings needed to work with todo XML files.
UmlFilePersister To persist to and from argo (xml file) storage.
XmiFilePersister To persist to and from XMI file storage.
XMIParser XMI is an XML based exchange format between UML tools.
XMLElement  
XmlInputStream A BufferInputStream that is aware of XML structure.
XMLTokenTableBase  
ZargoFilePersister To persist to and from zargo (zipped file) storage.
 

Exception Summary
OpenException An exception to be thrown during failure of a opening and reading some storage medium.
PersistenceException An exception to be thrown by some persistence operation
SaveException An exception to be thrown during failure of a save to some medium.
VersionException An exception to be thrown when tryuing to read a file of an unknown version.
 

Package org.argouml.persistence Description

Contains support for persisting projects to some media.

Package Specification

(none)

Related Documentation

(none)



ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook