org.argouml.profile
Class ZipModelLoader

java.lang.Object
  extended by org.argouml.profile.StreamModelLoader
      extended by org.argouml.profile.ZipModelLoader
All Implemented Interfaces:
ProfileModelLoader

public class ZipModelLoader
extends StreamModelLoader

Loads model data from a Zip file


Constructor Summary
ZipModelLoader()
           
 
Method Summary
 java.util.Collection loadModel(ProfileReference reference)
          Load a model from the specified path.
 
Methods inherited from class org.argouml.profile.StreamModelLoader
loadModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipModelLoader

public ZipModelLoader()
Method Detail

loadModel

public java.util.Collection loadModel(ProfileReference reference)
                               throws ProfileException
Description copied from interface: ProfileModelLoader
Load a model from the specified path.

Parameters:
reference - the reference to the profile file, which contains the path where the profile file can be found.
Returns:
the set of defined packages.
Throws:
ProfileException - if the profile could not be loaded for some reason.


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook