Uses of Class
org.objectweb.dsrg.sofa.repository.RepositoryFacade.RepositoryFacadeException

Packages that use RepositoryFacade.RepositoryFacadeException
org.objectweb.dsrg.sofa.repository   
 

Uses of RepositoryFacade.RepositoryFacadeException in org.objectweb.dsrg.sofa.repository
 

Subclasses of RepositoryFacade.RepositoryFacadeException in org.objectweb.dsrg.sofa.repository
static class RepositoryFacade.UnsupportedSchemeException
          Unsupported scheme exception.
 

Methods in org.objectweb.dsrg.sofa.repository that throw RepositoryFacade.RepositoryFacadeException
 Architecture RepositoryFacade.updateArchitecture(java.io.File srcxmi, Architecture orig, RepositoryFacade.VersionMap vm)
          Updates the given architecture according to info obtained from the xmi file - WARNING: it can return a different instance.
 Aspect RepositoryFacade.updateAspect(java.io.File srcxmi, Aspect orig, RepositoryFacade.VersionMap vm)
          Updates the given aspect according to info obtained from the xmi file - WARNING: it can return a different instance.
 AssemblyDescriptor RepositoryFacade.updateAssembly(java.io.File srcxmi, AssemblyDescriptor orig, RepositoryFacade.VersionMap vm)
          Updates the given assembly descriptor according to info obtained from the xmi file - WARNING: it can return a different instance.
 Frame RepositoryFacade.updateFrame(java.io.File srcxmi, Frame orig, RepositoryFacade.VersionMap vm)
          Updates the given frame according to info obtained from the xmi file - WARNING: it can return a different instance.
 InterfaceType RepositoryFacade.updateInterfaceType(java.io.File srcxmi, InterfaceType orig)
          Updates the given interface type according to info obtained from the xmi file - WARNING: it can return a different instance.
 MicroComponent RepositoryFacade.updateMicroComponent(java.io.File srcxmi, MicroComponent orig, RepositoryFacade.VersionMap vm)
          Updates the given micro component according to info obtained from the xmi file - WARNING: it can return a different instance.
 MicroInterfaceType RepositoryFacade.updateMicroInterfaceType(java.io.File srcxmi, MicroInterfaceType orig)
          Updates the given micro interface type according to info obtained from the xmi file - WARNING: it can return a different instance.
 CodeBundle RepositoryFacade.updateStandaloneCodeBundle(java.io.File srcxmi, CodeBundle orig, RepositoryFacade.VersionMap vm)
          Updates the given standalone code bundle according to info obtained from the xmi file - WARNING: it can return a different instance.