Uses of Interface
org.objectweb.dsrg.sofa.repository.model.RepositoryInfo

Packages that use RepositoryInfo
org.objectweb.dsrg.sofa.repository   
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
org.objectweb.dsrg.sofa.repository.model.util   
 

Uses of RepositoryInfo in org.objectweb.dsrg.sofa.repository
 

Methods in org.objectweb.dsrg.sofa.repository that return RepositoryInfo
 RepositoryInfo RepositoryQuery.getRepositoryInfoObject()
          Loads RepositoryInfo object from repository.
 

Uses of RepositoryInfo in org.objectweb.dsrg.sofa.repository.model
 

Methods in org.objectweb.dsrg.sofa.repository.model that return RepositoryInfo
 RepositoryInfo ModelFactory.createRepositoryInfo()
          Returns a new object of class 'Repository Info'
 

Uses of RepositoryInfo in org.objectweb.dsrg.sofa.repository.model.impl
 

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement RepositoryInfo
 class RepositoryInfoImpl
          An implementation of the model object 'Repository Info'
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return RepositoryInfo
 RepositoryInfo ModelFactoryImpl.createRepositoryInfo()
           
 

Uses of RepositoryInfo in org.objectweb.dsrg.sofa.repository.model.util
 

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type RepositoryInfo
 T ModelSwitch.caseRepositoryInfo(RepositoryInfo object)
          Returns the result of interpreting the object as an instance of 'Repository Info'