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

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

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

Methods in org.objectweb.dsrg.sofa.repository that return RepositoryConfiguration
static RepositoryConfiguration ConfigurationHelper.createRepositoryConfiguration(java.lang.String repHostName, int repPort, java.lang.String repContext)
          Creates repository configuration with given values.
static RepositoryConfiguration ConfigurationHelper.loadRepositoryConfigurationFromZeroconf(int zeroConfPort)
          Loads RepositoryConfiguration object from ZeroConfServer specified by zeroConfPort.
 

Methods in org.objectweb.dsrg.sofa.repository with parameters of type RepositoryConfiguration
 VersionedEntity[] RepositoryFacade.cloneEntities(RepositoryConfiguration developmentRC, VersionedEntity[] entities)
          Clones entity from source repository into destination repository honoring dependencies between entities.
 VersionedEntity[] RepositoryFacade.cloneEntities(RepositoryConfiguration developmentRC, VersionedEntity[] entities, boolean dryRun, boolean seekDeps)
          Clones entity from source repository into destination repository.
 VersionedEntity[] RepositoryFacade.cloneEntity(RepositoryConfiguration developmentRC, VersionedEntity entity)
          Clones entity from source repository into destination repository honoring dependencies between entities.
 VersionedEntity[] RepositoryFacade.cloneEntity(RepositoryConfiguration developmentRC, VersionedEntity entity, boolean dryRun, boolean seekDeps)
          Clones entity from source repository into destination repository.
static NodeConfiguration ConfigurationHelper.createStandardConfiguration(RepositoryConfiguration repConfig)
          Creates default node configuration from given repository configuration.
 RepositoryCloner RepositoryAgent.getCloner(RepositoryConfiguration developmentRC)
          Returns cloner object for cloning from the repository or merging into repository.
 VersionedEntity[] RepositoryFacade.mergeEntities(RepositoryConfiguration developmentRC, VersionedEntity[] entities)
          Merges entity from development repository into production repository honoring dependencies between entities.
 VersionedEntity[] RepositoryFacade.mergeEntities(RepositoryConfiguration developmentRC, VersionedEntity[] entities, boolean dryRun, boolean seekDeps)
          Merges entity from development repository into production repository.
 VersionedEntity[] RepositoryFacade.mergeEntity(RepositoryConfiguration developmentRC, VersionedEntity entity)
          Merges entity from development repository into production repository honoring dependencies between entities.
 VersionedEntity[] RepositoryFacade.mergeEntity(RepositoryConfiguration developmentRC, VersionedEntity entity, boolean dryRun, boolean seekDeps)
          Merges entity from development repository into production repository.
 

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

Uses of RepositoryConfiguration in org.objectweb.dsrg.sofa.repository.core
 

Methods in org.objectweb.dsrg.sofa.repository.core that return RepositoryConfiguration
 RepositoryConfiguration SofaURIConverterImpl.getRepositoryConfiguration()
          Obtains RepositoryConfiguration.
 

Methods in org.objectweb.dsrg.sofa.repository.core with parameters of type RepositoryConfiguration
static boolean SofaRemoteFileDeleter.beginDelete(RepositoryConfiguration rc)
          Begins the deleting process.
static java.lang.String ConversionHelper.convertRepositoryConfigurationToConnectionString(RepositoryConfiguration rc)
          Converts connection informations from RepositoryConfiguration object into connection String
static boolean RepositoryLocker.isLocked(RepositoryConfiguration rc)
          Returns the status of the lock on repository servlet.
static boolean RepositoryLocker.lock(RepositoryConfiguration rc)
          Locks the lock on repository servlet.
static boolean RepositoryLocker.unlock(RepositoryConfiguration rc)
          Unlocks the lock on repository servlet.
 

Constructors in org.objectweb.dsrg.sofa.repository.core with parameters of type RepositoryConfiguration
SofaInputStream(RepositoryConfiguration rc, org.eclipse.emf.common.util.URI uri)
          Standard constructor.
SofaOutputStream(RepositoryConfiguration rc, org.eclipse.emf.common.util.URI uri)
          Standard constructor.
SofaURIConverterImpl(RepositoryConfiguration configuration)
          Standard constructor.
 

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

Methods in org.objectweb.dsrg.sofa.repository.model that return RepositoryConfiguration
 RepositoryConfiguration ModelFactory.createRepositoryConfiguration()
          Returns a new object of class 'Repository Configuration'
 RepositoryConfiguration NodeConfiguration.getRepository()
          Returns the value of the 'Repository' containment reference
 RepositoryConfiguration RepositoryInfo.getSourceRepositoryConfiguration()
          Returns the value of the 'Source Repository Configuration' reference
 

Methods in org.objectweb.dsrg.sofa.repository.model with parameters of type RepositoryConfiguration
 void NodeConfiguration.setRepository(RepositoryConfiguration value)
          Sets the value of the 'Repository' containment reference
 void RepositoryInfo.setSourceRepositoryConfiguration(RepositoryConfiguration value)
          Sets the value of the 'Source Repository Configuration' reference
 

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

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement RepositoryConfiguration
 class RepositoryConfigurationImpl
          An implementation of the model object 'Repository Configuration'
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl declared as RepositoryConfiguration
protected  RepositoryConfiguration NodeConfigurationImpl.repository
          The cached value of the 'Repository' containment reference
protected  RepositoryConfiguration RepositoryInfoImpl.sourceRepositoryConfiguration
          The cached value of the 'Source Repository Configuration' reference
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return RepositoryConfiguration
 RepositoryConfiguration NodeConfigurationImpl.basicGetRepository()
           
 RepositoryConfiguration RepositoryInfoImpl.basicGetSourceRepositoryConfiguration()
           
 RepositoryConfiguration ModelFactoryImpl.createRepositoryConfiguration()
           
 RepositoryConfiguration NodeConfigurationImpl.getRepository()
           
 RepositoryConfiguration RepositoryInfoImpl.getSourceRepositoryConfiguration()
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type RepositoryConfiguration
 org.eclipse.emf.common.notify.NotificationChain NodeConfigurationImpl.basicSetRepository(RepositoryConfiguration newRepository, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void NodeConfigurationImpl.setRepository(RepositoryConfiguration newRepository)
           
 void RepositoryInfoImpl.setSourceRepositoryConfiguration(RepositoryConfiguration newSourceRepositoryConfiguration)
           
 

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

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