|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 java.lang.String |
ConversionHelper.convertRepositoryConfigurationToConnectionString(RepositoryConfiguration rc)
Converts connection informations from RepositoryConfiguration
object into connection String |
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 rc)
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 | |
---|---|
java.lang.Object |
ModelSwitch.caseRepositoryConfiguration(RepositoryConfiguration object)
Returns the result of interpretting the object as an instance of 'Repository Configuration'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |