|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DeploymentPlan in org.objectweb.dsrg.sofa.deployment |
---|
Methods in org.objectweb.dsrg.sofa.deployment that return DeploymentPlan | |
---|---|
DeploymentPlan |
DeploymentPlanGeneratorImpl.generateDeploymentPlan(AssemblyDescriptor assemblyDescriptor,
java.lang.String dpName,
java.lang.String dpVersion,
java.lang.String connImplementationFileName,
CodeBundle connectorsCB)
Deprecated. |
DeploymentPlan |
DeploymentPlanGenerator.generateDeploymentPlan(AssemblyDescriptor assemblyDescriptor,
java.lang.String dpName,
java.lang.String dpVersion,
java.lang.String connectorsFilename,
CodeBundle connectorsCB)
Deprecated. |
Methods in org.objectweb.dsrg.sofa.deployment with parameters of type DeploymentPlan | |
---|---|
void |
DeploymentPlanGeneratorImpl.generateDeploymentPlan(DeploymentPlan dp,
AssemblyDescriptor assemblyDescriptor,
CodeBundle connectorsCB)
|
void |
DeploymentPlanGenerator.generateDeploymentPlan(DeploymentPlan deplPlan,
AssemblyDescriptor assemblyDescriptor,
CodeBundle connectorsCB)
|
Uses of DeploymentPlan in org.objectweb.dsrg.sofa.repository |
---|
Methods in org.objectweb.dsrg.sofa.repository that return DeploymentPlan | |
---|---|
DeploymentPlan |
RepositoryFacade.createDeploymentPlan(DeploymentPlan plan,
AssemblyDescriptor assembly)
Creates new version of the already existing deplplan plan for the given assembly descriptor. |
DeploymentPlan |
RepositoryFacade.createDeploymentPlan(java.lang.String name,
AssemblyDescriptor assembly)
Creates new deplplan plan for the given assembly descriptor. |
DeploymentPlan |
RepositoryFacade.lookupDeploymentPlanByVersion(java.lang.String name,
java.lang.String version)
Looks up deployment plan. |
Methods in org.objectweb.dsrg.sofa.repository that return types with arguments of type DeploymentPlan | |
---|---|
java.util.List<DeploymentPlan> |
EntitiesSet.getDeploymentPlans()
Returns list of deployment plans stored in this object. |
Methods in org.objectweb.dsrg.sofa.repository with parameters of type DeploymentPlan | |
---|---|
void |
EntitiesSet.add(DeploymentPlan entity)
Adds an entity to the set. |
protected DeleteDependencyCalculator.DeletingNode |
DeleteDependencyCalculator.cacheEntity(DeploymentPlan entity)
Goes through all the dependencies of the entity and caches it into memory of this data structure. |
boolean |
EntitiesSet.contains(DeploymentPlan entity)
Is the entity in the set? |
DeploymentPlan |
RepositoryFacade.createDeploymentPlan(DeploymentPlan plan,
AssemblyDescriptor assembly)
Creates new version of the already existing deplplan plan for the given assembly descriptor. |
Method parameters in org.objectweb.dsrg.sofa.repository with type arguments of type DeploymentPlan | |
---|---|
void |
EntitiesSet.addDeploymentPlans(java.lang.Iterable<DeploymentPlan> entities)
Adds entities to the set. |
Uses of DeploymentPlan in org.objectweb.dsrg.sofa.repository.model |
---|
Methods in org.objectweb.dsrg.sofa.repository.model that return DeploymentPlan | |
---|---|
DeploymentPlan |
ModelFactory.createDeploymentPlan()
Returns a new object of class 'Deployment Plan' |
DeploymentPlan |
RepositoryData.createDeploymentPlan(DeploymentPlan previous,
AssemblyDescriptor assembly)
|
DeploymentPlan |
RepositoryData.createDeploymentPlan(java.lang.String name,
AssemblyDescriptor assembly)
|
Methods in org.objectweb.dsrg.sofa.repository.model that return types with arguments of type DeploymentPlan | |
---|---|
org.eclipse.emf.common.util.EList<DeploymentPlan> |
RepositoryData.getDeploymentPlan()
Returns the value of the 'Deployment Plan' containment reference list. |
Methods in org.objectweb.dsrg.sofa.repository.model with parameters of type DeploymentPlan | |
---|---|
DeploymentPlan |
RepositoryData.createDeploymentPlan(DeploymentPlan previous,
AssemblyDescriptor assembly)
|
Uses of DeploymentPlan in org.objectweb.dsrg.sofa.repository.model.impl |
---|
Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement DeploymentPlan | |
---|---|
class |
DeploymentPlanImpl
An implementation of the model object 'Deployment Plan' |
Fields in org.objectweb.dsrg.sofa.repository.model.impl with type parameters of type DeploymentPlan | |
---|---|
protected org.eclipse.emf.common.util.EList<DeploymentPlan> |
RepositoryDataImpl.deploymentPlan
The cached value of the ' Deployment Plan ' containment reference list |
Methods in org.objectweb.dsrg.sofa.repository.model.impl that return DeploymentPlan | |
---|---|
DeploymentPlan |
ModelFactoryImpl.createDeploymentPlan()
|
DeploymentPlan |
RepositoryDataImpl.createDeploymentPlan(DeploymentPlan previous,
AssemblyDescriptor assembly)
|
DeploymentPlan |
RepositoryDataImpl.createDeploymentPlan(java.lang.String name,
AssemblyDescriptor assembly)
|
Methods in org.objectweb.dsrg.sofa.repository.model.impl that return types with arguments of type DeploymentPlan | |
---|---|
org.eclipse.emf.common.util.EList<DeploymentPlan> |
RepositoryDataImpl.getDeploymentPlan()
|
Methods in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type DeploymentPlan | |
---|---|
DeploymentPlan |
RepositoryDataImpl.createDeploymentPlan(DeploymentPlan previous,
AssemblyDescriptor assembly)
|
Uses of DeploymentPlan in org.objectweb.dsrg.sofa.repository.model.util |
---|
Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type DeploymentPlan | |
---|---|
T |
ModelSwitch.caseDeploymentPlan(DeploymentPlan object)
Returns the result of interpreting the object as an instance of 'Deployment Plan' |
Uses of DeploymentPlan in org.objectweb.dsrg.sofa.util |
---|
Methods in org.objectweb.dsrg.sofa.util with parameters of type DeploymentPlan | |
---|---|
static EntitiesSet |
DependencyCalculator.seekDependencies(DeploymentPlan entity,
DependencyCalculator.SearchMode searchMode)
When cloning an entity, use this method to determine, which entities need also be cloned. |
static EntitiesSet |
DependencyCalculator.seekDependencies(DeploymentPlan entity,
EntitiesSet dl,
DependencyCalculator.SearchMode searchMode)
When cloning an entity, use this method to determine, which entities need also be cloned. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |