|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.egf.pde.reader.PdeAbstractReader
org.eclipse.egf.pde.reader.WorkspaceFactoryComponentReader
public class WorkspaceFactoryComponentReader
This implementation reads EGF elements in using PDE services.
It is typically used to retrieve factory components defined in projects located in the workspace.
Constructor Summary | |
---|---|
WorkspaceFactoryComponentReader()
|
Method Summary | |
---|---|
static WorkspaceFactoryComponentReader |
getDefault()
Return a shared default instance. |
IContextDescriptor |
readContext(String contextId_p,
String factoryComponentId_p)
Read a context description for given ids. |
IContractDescriptor |
readContract(String contractId_p,
String factoryComponentId_p)
Read a contract description for given ids. |
IContractElementReferenceDescriptor |
readContractElementReference(String contractReferenceId_p,
String factoryComponentId_p)
Read a contract element reference for given ids. |
protected IDescriptor |
readDescriptor(CreateDescriptorOperation createDescriptorOperation_p)
Read a descriptor according to given create descriptor operation. |
IFactoryComponentDescriptor |
readFactoryComponent(IProject project_p)
Read a factory component description from given project. |
IFactoryComponentInvocationDescriptor |
readFactoryComponentInvocation(String factoryComponentInvocation_p,
String factoryComponentId_p)
Read a factory component invocation description for given ids. |
IDescriptor |
readMappings(String factoryComponentId_p)
Read all mappings for given factory component. |
IDescriptor |
readPatternLibraries(String fcId_p)
Read all pattern libraries for given factory component. |
IProductionPlanDescriptor |
readProductionPlan(String productionPlanId_p,
String factoryComponentId_p)
Read a production plan description for given ids. |
ITaskFactoryDescriptor |
readTaskFactory(String taskFactoryId_p,
String factoryComponentId_p)
Read a task factory for given ids. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkspaceFactoryComponentReader()
Method Detail |
---|
public static WorkspaceFactoryComponentReader getDefault()
public IFactoryComponentDescriptor readFactoryComponent(IProject project_p)
readFactoryComponent
in interface IFactoryComponentReader
project_p
-
FactoryComponentDescriptor
instance or null if data are not found.public IProductionPlanDescriptor readProductionPlan(String productionPlanId_p, String factoryComponentId_p)
IFactoryComponentReader
readProductionPlan
in interface IFactoryComponentReader
IProductionPlanDescriptor
instance or null if data are not found.IFactoryComponentReader.readProductionPlan(java.lang.String, java.lang.String)
public IFactoryComponentInvocationDescriptor readFactoryComponentInvocation(String factoryComponentInvocation_p, String factoryComponentId_p)
IFactoryComponentReader
readFactoryComponentInvocation
in interface IFactoryComponentReader
IFactoryComponentInvocationDescriptor
instance or null if data are not found.IFactoryComponentReader.readFactoryComponentInvocation(java.lang.String, java.lang.String)
public IContractDescriptor readContract(String contractId_p, String factoryComponentId_p)
IFactoryComponentReader
readContract
in interface IFactoryComponentReader
IContractDescriptor
instance or null if data are not found.IFactoryComponentReader.readContract(java.lang.String, java.lang.String)
public IContextDescriptor readContext(String contextId_p, String factoryComponentId_p)
IFactoryComponentReader
readContext
in interface IFactoryComponentReader
IContextDescriptor
instance or null if data are not found.IFactoryComponentReader.readContext(java.lang.String, java.lang.String)
public ITaskFactoryDescriptor readTaskFactory(String taskFactoryId_p, String factoryComponentId_p)
IFactoryComponentReader
readTaskFactory
in interface IFactoryComponentReader
ITaskFactoryDescriptor
instance or null if data are not found.IFactoryComponentReader.readTaskFactory(java.lang.String, java.lang.String)
public IDescriptor readPatternLibraries(String fcId_p)
IFactoryComponentReader
readPatternLibraries
in interface IFactoryComponentReader
IDescriptor
instance or null if data are not found.IFactoryComponentReader.readPatternLibraries(java.lang.String)
public IDescriptor readMappings(String factoryComponentId_p)
IFactoryComponentReader
readMappings
in interface IFactoryComponentReader
IDescriptor
instance or null if data are not found.IFactoryComponentReader.readMappings(java.lang.String)
public IContractElementReferenceDescriptor readContractElementReference(String contractReferenceId_p, String factoryComponentId_p)
IFactoryComponentReader
readContractElementReference
in interface IFactoryComponentReader
IContractElementReferenceDescriptor
instance or null if data are not found.IFactoryComponentReader.readContractElementReference(java.lang.String, java.lang.String)
protected IDescriptor readDescriptor(CreateDescriptorOperation createDescriptorOperation_p)
PdeAbstractReader
readDescriptor
in class PdeAbstractReader
PdeAbstractReader.readDescriptor(org.eclipse.egf.pde.reader.CreateDescriptorOperation)
|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) Thales Corporate Services S.A.S, 2009.
This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.