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 These strings are saved in the final output in a zargo.
DiagramMemberFilePersister The file persister for the diagram members.
FigEdgeHandler The handler for elements that represent FigEdge objects.
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.
PGMLStackParser The PGML Parser.
PgmlUtility Utility class for use by pgml.tee.
PrivateHandler Will set the ItemUID for objects represented by PGML elements that contain private elements that have ItemUID assignments in them.
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 Read an XMI file.
XMLElement  
XmlFilePersister XMI file persister which allows .xml extension.
XmlInputStream A BufferInputStream that is aware of XML structure.
XMLTokenTableBase  
ZargoFilePersister To persist to and from zargo (zipped file) storage.
ZipFilePersister To persist to and from zipped xmi 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.
UmlVersionException Exception indicating an unsupported version of UML.
VersionException Exception indicating unsupported file version.
XmiFormatException Exception indicating some type of error reading an XMI file.
 

Package org.argouml.persistence Description

Contains support for persisting projects to some media.

Package Specification

(none)

Related Documentation

(none)



ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook