Uses of Class
org.objectweb.dsrg.sofa.repository.RepositoryAgent

Packages that use RepositoryAgent
org.objectweb.dsrg.sofa.deployment   
org.objectweb.dsrg.sofa.repository   
 

Uses of RepositoryAgent in org.objectweb.dsrg.sofa.deployment
 

Fields in org.objectweb.dsrg.sofa.deployment declared as RepositoryAgent
protected  RepositoryAgent DeploymentPlanGeneratorImpl.ra
           
 

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

Methods in org.objectweb.dsrg.sofa.repository that return RepositoryAgent
static RepositoryAgent RepositoryAgent.init()
          Tries to initialize RepositoryAgent from configuration loaded by ConfigurationHelper from default filename.
static RepositoryAgent RepositoryAgent.init(java.net.URL url)
          Tries to initialize class from configuration loaded by ConfigurationHelper from URL.
 

Constructors in org.objectweb.dsrg.sofa.repository with parameters of type RepositoryAgent
RepositoryCloner(RepositoryAgent _stableRA, RepositoryAgent _developmentRA)
          Initialize cloner with source repository configuration loaded from default and destination repository cloner loaded from url.
RepositoryCloner(RepositoryAgent _stableRA, RepositoryConfiguration developmentRC)
          Initialize cloner with source repository configuration loaded from default and destination repository cloner loaded from url.