EGF Engine
Release 0.1.0

Uses of Interface
org.eclipse.egf.pde.plugin.command.IPluginChangesCommand

Packages that use IPluginChangesCommand
org.eclipse.egf.model.edit.command.plugin   
org.eclipse.egf.model.edit.command.plugin.context   
org.eclipse.egf.model.edit.command.plugin.contract   
org.eclipse.egf.model.edit.command.plugin.domain   
org.eclipse.egf.model.edit.command.plugin.fc   
org.eclipse.egf.model.edit.command.plugin.fci   
org.eclipse.egf.model.edit.command.plugin.library   
org.eclipse.egf.model.edit.command.plugin.mapping   
org.eclipse.egf.model.edit.command.plugin.pattern   
org.eclipse.egf.model.edit.command.plugin.taskfactory   
org.eclipse.egf.pattern.internal.production.jet   
org.eclipse.egf.pde.emf.internal.plugin.command   
org.eclipse.egf.pde.emf.plugin.command   
org.eclipse.egf.pde.internal.plugin.command   
org.eclipse.egf.pde.internal.plugin.command.context   
org.eclipse.egf.pde.internal.plugin.command.contract   
org.eclipse.egf.pde.internal.plugin.command.contract.element.ref   
org.eclipse.egf.pde.internal.plugin.command.fc   
org.eclipse.egf.pde.internal.plugin.command.fci   
org.eclipse.egf.pde.internal.plugin.command.mapping   
org.eclipse.egf.pde.internal.plugin.command.pp   
org.eclipse.egf.pde.internal.plugin.command.taskfactory   
org.eclipse.egf.pde.internal.plugin.extension   
org.eclipse.egf.pde.internal.plugin.manifest.command   
org.eclipse.egf.pde.pattern.internal.plugin.command   
org.eclipse.egf.pde.pattern.internal.plugin.command.condition   
org.eclipse.egf.pde.pattern.plugin.command   
org.eclipse.egf.pde.plugin.command   
org.eclipse.egf.pde.plugin.extension   
org.eclipse.egf.pde.plugin.manifest.command   
 

Uses of IPluginChangesCommand in org.eclipse.egf.model.edit.command.plugin
 

Methods in org.eclipse.egf.model.edit.command.plugin that return types with arguments of type IPluginChangesCommand
protected abstract  List<IPluginChangesCommand> PluginChangeWrapperCommand.getExecutablePluginChangeCommand()
          Returns the extension changes command used in the execute call.
protected  List<IPluginChangesCommand> PluginChangeWrapperCommand.getRedoablePluginChangeCommand()
          Returns the extension changes command used in the redo call.
protected abstract  List<IPluginChangesCommand> PluginChangeWrapperCommand.getUndoablePluginChangeCommand()
          Returns the extension changes command used in the undo call.
 

Uses of IPluginChangesCommand in org.eclipse.egf.model.edit.command.plugin.context
 

Methods in org.eclipse.egf.model.edit.command.plugin.context that return types with arguments of type IPluginChangesCommand
protected  List<IPluginChangesCommand> AddContextInFcInvocationConfWrapperCommand.getExecutablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> AddContextElementWrapperCommand.getExecutablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> SetContextElementWrapperCommand.getExecutablePluginChangeCommand()
           
 List<IPluginChangesCommand> RemoveContextInFcInvocationWrapperCommand.getExecutablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> RemoveContextInProductionPlanWrapperCommand.getExecutablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> RemoveContextElementWrapperCommand.getExecutablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> AddContextInProductionPlanWrapperCommand.getExecutablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> AddContextInFcInvocationConfWrapperCommand.getUndoablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> AddContextElementWrapperCommand.getUndoablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> SetContextElementWrapperCommand.getUndoablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> RemoveContextInFcInvocationWrapperCommand.getUndoablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> RemoveContextInProductionPlanWrapperCommand.getUndoablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> RemoveContextElementWrapperCommand.getUndoablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> AddContextInProductionPlanWrapperCommand.getUndoablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> AbstractContextElementWrapperCommand.handleContextElement(ContextElement contextElement_p)
          Handle a context to be set or created.
 

Method parameters in org.eclipse.egf.model.edit.command.plugin.context with type arguments of type IPluginChangesCommand
protected  void AbstractContextElementWrapperCommand.handleContextElementBasedOnContractElementReference(List<IPluginChangesCommand> commands_p, ContextElement contextElement_p, ContractElementReference contractElementReference_p, String contextId_p, String contextElementId_p, String contextElementValue_p)
          Handle a context element based on a contract element reference.
protected  void AbstractContextElementWrapperCommand.handleContextElementBasedOnKey(List<IPluginChangesCommand> commands_p, ContextElement contextElement_p, String contextId_p, String contextElementId_p, String contextElementValue_p)
          Handle a context element based on a key.
protected  void AbstractContextElementWrapperCommand.removeContextElement(List<IPluginChangesCommand> commands_p, String contextId, String contextElementId, ContextElement contextElement_p)
          Remove (in plug-in file) given context element from given context.
protected  void AbstractContextElementWrapperCommand.removePreviousContractElementReference(List<IPluginChangesCommand> commands_p, ContextElement contextElement_p)
          Remove the previous contract element reference if any.
 

Uses of IPluginChangesCommand in org.eclipse.egf.model.edit.command.plugin.contract
 

Methods in org.eclipse.egf.model.edit.command.plugin.contract that return types with arguments of type IPluginChangesCommand
protected  List<IPluginChangesCommand> AbstractContractWrapperCommand.getExecutableCommandList(ContractElement contractElement_p)
           
protected  List<IPluginChangesCommand> RemoveContractElementWrapperCommand.getExecutablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> SetContractElementWrapperCommand.getExecutablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> AddContractElementWrapperCommand.getExecutablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> RemoveContractElementWrapperCommand.getUndoablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> SetContractElementWrapperCommand.getUndoablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> AddContractElementWrapperCommand.getUndoablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> AbstractContractWrapperCommand.handleContractElement(ContractElement contractElement_p)
           
protected  List<IPluginChangesCommand> AbstractContractWrapperCommand.handleContractElementReferences(ContractElement contractElement_p)
          Handle contract element references including delta between to 2 set operations.
 

Uses of IPluginChangesCommand in org.eclipse.egf.model.edit.command.plugin.domain
 

Methods in org.eclipse.egf.model.edit.command.plugin.domain that return types with arguments of type IPluginChangesCommand
protected  List<IPluginChangesCommand> AbstractDomainWrapperCommand.getExecutablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> SetDomainWrapperCommand.getUndoablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> RemoveDomainWrapperCommand.getUndoablePluginChangeCommand()
           
 

Uses of IPluginChangesCommand in org.eclipse.egf.model.edit.command.plugin.fc
 

Methods in org.eclipse.egf.model.edit.command.plugin.fc that return types with arguments of type IPluginChangesCommand
 List<IPluginChangesCommand> SetFactoryComponentWrapperCommand.getExecutablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> SetFactoryComponentWrapperCommand.getUndoablePluginChangeCommand()
           
 

Uses of IPluginChangesCommand in org.eclipse.egf.model.edit.command.plugin.fci
 

Methods in org.eclipse.egf.model.edit.command.plugin.fci that return types with arguments of type IPluginChangesCommand
protected  List<IPluginChangesCommand> RemoveFactoryComponentInvocationWrapperCommand.getExecutablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> AddFactoryComponentInvocationWrapperCommand.getExecutablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> SetFactoryComponentInvocationWrapperCommand.getExecutablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> RemoveFactoryComponentInvocationWrapperCommand.getUndoablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> AddFactoryComponentInvocationWrapperCommand.getUndoablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> SetFactoryComponentInvocationWrapperCommand.getUndoablePluginChangeCommand()
           
 

Uses of IPluginChangesCommand in org.eclipse.egf.model.edit.command.plugin.library
 

Methods in org.eclipse.egf.model.edit.command.plugin.library that return types with arguments of type IPluginChangesCommand
protected  List<IPluginChangesCommand> SetPatternLibraryWrapperCommand.getExecutablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> AddPatternLibraryWrapperCommand.getExecutablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> RemovePatternLibraryWrapperCommand.getExecutablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> SetPatternLibraryWrapperCommand.getUndoablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> AddPatternLibraryWrapperCommand.getUndoablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> RemovePatternLibraryWrapperCommand.getUndoablePluginChangeCommand()
           
 

Uses of IPluginChangesCommand in org.eclipse.egf.model.edit.command.plugin.mapping
 

Methods in org.eclipse.egf.model.edit.command.plugin.mapping that return types with arguments of type IPluginChangesCommand
protected  List<IPluginChangesCommand> AbstractMappingWrapperCommand.getExecutablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> AddMappingWrapperCommand.getExecutablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> SetMappingWrapperCommand.getExecutablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> RemoveMappingWrapperCommand.getExecutablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> AbstractMappingWrapperCommand.getUndoablePluginChangeCommand()
           
 

Uses of IPluginChangesCommand in org.eclipse.egf.model.edit.command.plugin.pattern
 

Methods in org.eclipse.egf.model.edit.command.plugin.pattern that return types with arguments of type IPluginChangesCommand
protected  List<IPluginChangesCommand> RemovePatternWrapperCommand.getExecutablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> SetPatternWrapperCommand.getExecutablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> AddPatternWrapperCommand.getExecutablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> RemovePatternWrapperCommand.getUndoablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> SetPatternWrapperCommand.getUndoablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> AddPatternWrapperCommand.getUndoablePluginChangeCommand()
           
 

Uses of IPluginChangesCommand in org.eclipse.egf.model.edit.command.plugin.taskfactory
 

Methods in org.eclipse.egf.model.edit.command.plugin.taskfactory that return types with arguments of type IPluginChangesCommand
protected  List<IPluginChangesCommand> SetTaskFactoryHolderWrapperCommand.getExecutablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> RemoveTaskFactoryHolderWrapperCommand.getExecutablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> AddTaskFactoryHolderWrapperCommand.getExecutablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> SetTaskFactoryHolderWrapperCommand.getUndoablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> RemoveTaskFactoryHolderWrapperCommand.getUndoablePluginChangeCommand()
           
protected  List<IPluginChangesCommand> AddTaskFactoryHolderWrapperCommand.getUndoablePluginChangeCommand()
           
 

Uses of IPluginChangesCommand in org.eclipse.egf.pattern.internal.production.jet
 

Methods in org.eclipse.egf.pattern.internal.production.jet with parameters of type IPluginChangesCommand
protected static void JetProductionContributor.performManifestChanges(PatternHandler.PatternData patternData_p, IPluginChangesCommand command_p)
          Perform changes on manifest file.
protected static void JetProductionContributor.performPluginChanges(PatternHandler.PatternData patternData_p, IPluginChangesCommand command_p)
          Perform changes on plugin.xml file.
 

Uses of IPluginChangesCommand in org.eclipse.egf.pde.emf.internal.plugin.command
 

Classes in org.eclipse.egf.pde.emf.internal.plugin.command that implement IPluginChangesCommand
 class AbstractGeneratedPackageCommand
          Base class to implement commands that deal with the org.eclipse.emf.ecore.generated_package extension in plug-ins.
 class SetGeneratedPackageCommand
          Implement a command that sets the org.eclipse.emf.ecore.generated_package extension in plug-ins.
 class UnsetGeneratedPackageCommand
          Unset EMF 'generated_package' for specified URI.
 class UpdateGeneratedPackageCommand
           
 

Uses of IPluginChangesCommand in org.eclipse.egf.pde.emf.plugin.command
 

Methods in org.eclipse.egf.pde.emf.plugin.command that return IPluginChangesCommand
static IPluginChangesCommand EmfExtensionFactory.setEmfGeneratedPackageExtension(String uri_p, String packageClassName_p, String genModelPath_p)
          Create set EMF generated package extension command for given parameters.
static IPluginChangesCommand EmfExtensionFactory.unsetEmfGeneratedPackageExtension(String uri_p)
          Create unset EMF 'generated_package' extension command for given URI.
static IPluginChangesCommand EmfExtensionFactory.updateEmfGeneratedPackageExtension(String oldPackageUri_p, String newPackageUri_p)
          Create update EMF 'generated_package' extension for given URIs.
 

Uses of IPluginChangesCommand in org.eclipse.egf.pde.internal.plugin.command
 

Method parameters in org.eclipse.egf.pde.internal.plugin.command with type arguments of type IPluginChangesCommand
 void PluginChangesCommandRunner.performChangesOnManifest(String bundleId_p, List<IPluginChangesCommand> commands_p)
           
 void PluginChangesCommandRunner.performChangesOnPlugin(String bundleId_p, List<IPluginChangesCommand> commands_p)
           
 

Uses of IPluginChangesCommand in org.eclipse.egf.pde.internal.plugin.command.context
 

Classes in org.eclipse.egf.pde.internal.plugin.command.context that implement IPluginChangesCommand
 class AbstractContextCommand
          Base class to implement commands that deal with context extension-point.
 class AbstractContextElementCommand
          Base class to implement commands that deal with context element in context extension-point.
 class AbstractCtxtEltBasedOnContractEltRefCmd
          Base class to implement commands that deal with context element based on a contract element reference in context extension-point.
 class AbstractCtxtEltBaseOnKeyCmd
          Base class to implement commands that deal with context element based on a simple key in context extension-point.
 class SetContextCommand
          This command updates or creates an extension matching context extension-point.
 class SetCtxtEltBasedOnContractEltRefCmd
          This commands creates or updates a contextElement based on a contractElementReference in an extension matching context extension-point.
 class SetCtxtEltBasedOnKeyCmd
          This commands creates or updates a contextElement based on a simple key in an extension matching context extension-point.
 class UnsetContextCommand
          This command removes an extension matching context extension-point.
 class UnsetContextElementCommand
           
 

Uses of IPluginChangesCommand in org.eclipse.egf.pde.internal.plugin.command.contract
 

Classes in org.eclipse.egf.pde.internal.plugin.command.contract that implement IPluginChangesCommand
 class AbstractContractCommand
          Base class to implement commands that deal with Contract extension-point.
 class AbstractContractElementCommand
          Base class to implement command that deal with Contract extension-point.
 class SetContractElementCommand
          This command updates or creates a contractElement in an extension matching Contract extension-point.
 class SetContractExtensionCommand
          This command creates a new root contract extension (see Contract extension point).
 class UnsetContractElementCommand
          This command removes a contractElement in an extension matching Contract extension-point.
 

Uses of IPluginChangesCommand in org.eclipse.egf.pde.internal.plugin.command.contract.element.ref
 

Classes in org.eclipse.egf.pde.internal.plugin.command.contract.element.ref that implement IPluginChangesCommand
 class AbstractContractElementRefCmd
          Base class to implement commands that deal with ContractElementReferences extension-point.
 class SetContractElementRefCmd
          This command updates or creates a contractElementReference in an extension matching ContractElementReferences extension-point.
 class UnsetContractElementRefCmd
          This command removes an existing extension matching ContractElementReferences extension-point.
 

Uses of IPluginChangesCommand in org.eclipse.egf.pde.internal.plugin.command.fc
 

Classes in org.eclipse.egf.pde.internal.plugin.command.fc that implement IPluginChangesCommand
 class AbstractFactoryComponentExtensionCommand
          Base class to implement commands that deal with FactoryComponent extension-point.
 class SetFactoryComponentExtensionCommand
          This command updates or creates an extension matching FactoryComponent extension-point.
 class UnsetFactoryComponentExtensionCommand
          This command unsets an existing extension matching factoryComponent extension-point.
 

Uses of IPluginChangesCommand in org.eclipse.egf.pde.internal.plugin.command.fci
 

Classes in org.eclipse.egf.pde.internal.plugin.command.fci that implement IPluginChangesCommand
 class AbstractFactoryComponentInvocationCommand
          Base class to implement command that deal with factoryComponentInvocation extension-point.
 class SetFactoryComponentInvocationCommand
          This command updates or creates an extension matching factoryComponentInvocation extension-point.
 class UnsetFactoryComponentInvocationCommand
          This command removes an extension matching factoryComponentConfiguration extension-point.
 

Uses of IPluginChangesCommand in org.eclipse.egf.pde.internal.plugin.command.mapping
 

Classes in org.eclipse.egf.pde.internal.plugin.command.mapping that implement IPluginChangesCommand
 class AbstractMappingCommand
          Base class to implement command that deal with mapping extension-point.
 class SetMappingCommand
          This command updates or creates an extension matching mapping extension-point.
 class UnsetMappingCommand
          This command removes an extension matching mapping extension-point.
 

Uses of IPluginChangesCommand in org.eclipse.egf.pde.internal.plugin.command.pp
 

Classes in org.eclipse.egf.pde.internal.plugin.command.pp that implement IPluginChangesCommand
 class AbstractFactoryComponentInvocationReferenceCommand
           
 class AbstractProductionPlanCommand
          Base class to implement commands that deal with ProductionPlan extension-point.
 class SetFactoryComponentInvocationReferenceCommand
          This command updates or creates an FactoryComponentInvocation in an extension matching ProductionPlan extension-point.
 class SetProductionPlanExtensionCommand
          This command updates or creates an extension matching ProductionPlan extension-point.
 class UnsetFactoryComponentInvocationReferenceCommand
          This command removes an FactoryComponentInvocation in an extension matching ProductionPlan extension-point.
 class UnsetProductionPlanExtensionCommand
          This command removes an existing extension matching ProductionPlan extension-point
 

Uses of IPluginChangesCommand in org.eclipse.egf.pde.internal.plugin.command.taskfactory
 

Classes in org.eclipse.egf.pde.internal.plugin.command.taskfactory that implement IPluginChangesCommand
 class AbstractTaskFactoryCommand
          Base class to implement commands that deal with taskFactory extension-point.
 class SetTaskFactoryCommand
          This command updates or creates an extension matching taskFactory extension-point.
 class UnsetTaskFactoryCommand
          This command removes an extension matching taskFactory extension-point.
 

Uses of IPluginChangesCommand in org.eclipse.egf.pde.internal.plugin.extension
 

Methods in org.eclipse.egf.pde.internal.plugin.extension that return IPluginChangesCommand
 IPluginChangesCommand ContextExtensionFactory.setContextElementBasedOnContractElementRef(String contextId_p, String contextElementId_p, String contractElementReferenceId_p, String value_p)
           
 IPluginChangesCommand ContextExtensionFactory.setContextElementBasedOnKey(String contextId_p, String contextElementId_p, String keyValue_p, String keyType_p, String value_p)
           
 IPluginChangesCommand ContextExtensionFactory.setContextExtension(String contextId_p)
           
 IPluginChangesCommand ContractExtensionFactory.setContract(String contractId_p)
           
 IPluginChangesCommand ContractExtensionFactory.setContractElement(String contractId_p, String contractElementId_p, String contractElementName_p, String contractElementType_p, List<String> contractElementReferenceIds_p, String mandatory_p, String description_p)
           
 IPluginChangesCommand ContractElementRefExtensionFactory.setContractElementReferenceExtension(String contractElementReferenceId_p, String referencedContractElementId_p, String referencedFcId_p)
           
 IPluginChangesCommand FactoryComponentExtensionFactory.setFactoryComponentExtension(String fcId_p, String fcName_p, String contractId_p, String domain_p, String productionPlanId_p, String description_p)
           
 IPluginChangesCommand ProductionPlanExtensionFactory.setFactoryComponentInvocation(String productionPlanId_p, String factoryComponentInvocationId_p)
           
 IPluginChangesCommand FactoryComponentInvocationExtensionFactory.setFactoryComponentInvocationExtension(String factoryComponentInvocationId_p, String factoryComponentInvocationName_p, String referencedFcId_p, String contextId_p, String referencedTaskFactoryId_p)
           
 IPluginChangesCommand MappingExtensionFactory.setMappingExtension(String mappingId_p, String mappingName_p, String path_p, String source_p, String target_p)
           
 IPluginChangesCommand ProductionPlanExtensionFactory.setProductionPlanExtension(String productionPlanId_p, String contextId_p)
           
 IPluginChangesCommand TaskFactoryExtensionFactory.setTaskFactoryExtension(String taskFactoryId_p, String implementationClassName_p)
           
 IPluginChangesCommand ContextExtensionFactory.unsetContextElement(String contextId_p, String contextElementId_p)
           
 IPluginChangesCommand ContextExtensionFactory.unsetContextExtension(String contextId_p)
           
 IPluginChangesCommand ContractExtensionFactory.unsetContractElement(String contractId_p, String contractElementId_p)
           
 IPluginChangesCommand ContractElementRefExtensionFactory.unsetContractElementReferenceExtension(String contractElementReferenceId_p)
           
 IPluginChangesCommand FactoryComponentExtensionFactory.unsetFactoryComponentExtension(String fcId_p)
           
 IPluginChangesCommand ProductionPlanExtensionFactory.unsetFactoryComponentInvocation(String productionPlanId_p, String factoryComponentInvocationId_p)
           
 IPluginChangesCommand FactoryComponentInvocationExtensionFactory.unsetFactoryComponentInvocationExtension(String factoryComponentInvocationId_p)
           
 IPluginChangesCommand MappingExtensionFactory.unsetMappingExtension(String mappingId_p)
           
 IPluginChangesCommand ProductionPlanExtensionFactory.unsetProductionPlanExtension(String productionPlanId_p)
           
 IPluginChangesCommand TaskFactoryExtensionFactory.unsetTaskFactoryExtension(String taskFactoryId_p)
           
 

Uses of IPluginChangesCommand in org.eclipse.egf.pde.internal.plugin.manifest.command
 

Classes in org.eclipse.egf.pde.internal.plugin.manifest.command that implement IPluginChangesCommand
 class AbstractExportedPackagesCommand
           
 class AbstractRequiredPluginsCommand
          Implement a command that deals with required plug-ins in the Require-Bundle property of the manifest file.
 class SetExportedPackagesCommand
          Implement a command that adds exported packages in the Export-Package property of the manifest file.
 class SetRequiredPluginsCommand
          Implement a command that adds required plug-ins in the Require-Bundle property of the manifest file.
 class UnsetExportedPackagesCommand
           
 class UnsetRequiredPluginsCommand
          Implement a command that removes required plug-ins from the Require-Bundle property of the manifest file.
 

Uses of IPluginChangesCommand in org.eclipse.egf.pde.pattern.internal.plugin.command
 

Classes in org.eclipse.egf.pde.pattern.internal.plugin.command that implement IPluginChangesCommand
 class AbstractPatternElementCommand
          Base class to implement commands that change something regarding 'pattern' extensions : either a pattern library or a pattern.
 class AbstractPatternTemplateCommand
          Base class to implement commands that change something regarding 'generatedPattern' extensions.
 class SetPatternCommand
          This command updates or creates a pattern in an extension matching 'pattern' extension-point.
 class SetPatternLibraryCommand
          This command updates or creates a pattern library in an extension matching 'pattern' extension-point.
 class SetPatternTemplateCommand
          This command updates or creates a generatedPattern in an extension matching generatedPattern extension-point.
 class UnsetPatternCommand
          This command removes a pattern in an extension matching 'pattern' extension-point.
 class UnsetPatternLibraryCommand
          This command removes a pattern library in an extension matching 'pattern' extension-point.
 class UnsetPatternTemplateCommand
          This command removes a generated pattern in an extension matching generatedPattern extension-point.
 class UpdatePatternTemplateCommand
          This command updates a generatedPattern in an extension matching generatedPattern extension-point.
 

Uses of IPluginChangesCommand in org.eclipse.egf.pde.pattern.internal.plugin.command.condition
 

Classes in org.eclipse.egf.pde.pattern.internal.plugin.command.condition that implement IPluginChangesCommand
 class AbstractPatternConditionCommand
           
 class SetPatternConditionCommand
           
 class UnsetPatternConditionCommand
           
 class UpdatePatternConditionCommand
           
 

Uses of IPluginChangesCommand in org.eclipse.egf.pde.pattern.plugin.command
 

Methods in org.eclipse.egf.pde.pattern.plugin.command that return IPluginChangesCommand
static IPluginChangesCommand PatternConditionExtensionFactory.setPatternConditionExtension(String patternFullId_p, String conditionFullyQualifiedName_p)
          Create set pattern condition extension command for given parameters.
static IPluginChangesCommand PatternExtensionFactory.setPatternExtension(String patternShortId_p, String patternName_p, String definition_p)
          Create a set pattern extension command for given parameters.
static IPluginChangesCommand PatternExtensionFactory.setPatternLibraryExtension(String patternLibraryFullId_p, String libraryName_p, String productionOrchestration_p, String runtimeOrchestration_p)
          Create a set pattern library extension command for given parameters.
static IPluginChangesCommand PatternTemplateExtensionFactory.setPatternTemplateExtension(String patternFullId_p, String templateClass_p, String templateType_p, String templatePath_p)
          Create a set generated pattern extension command for given parameters.
static IPluginChangesCommand PatternConditionExtensionFactory.unsetPatternConditionExtension(String patternFullId_p)
          Create unset pattern condition extension command for identified pattern.
static IPluginChangesCommand PatternExtensionFactory.unsetPatternExtension(String patternShortId_p)
          Create an unset pattern extension command for given parameters.
static IPluginChangesCommand PatternExtensionFactory.unsetPatternLibraryExtension(String patternLibraryFullId_p)
          Create an unset pattern library extension command for given parameters.
static IPluginChangesCommand PatternTemplateExtensionFactory.unsetPatternTemplateExtension(String patternFullId_p)
          Create an unset generated pattern extension command for given parameters.
static IPluginChangesCommand PatternConditionExtensionFactory.updatePatternConditionExtension(String oldPatternFullId_p, String newPatternFullId_p)
          Create update pattern condition extension command.
static IPluginChangesCommand PatternTemplateExtensionFactory.updatePatternTemplateExtension(String oldPatternFullId_p, String newPatternFullId_p)
          Create an update generated pattern id extension command.
 

Uses of IPluginChangesCommand in org.eclipse.egf.pde.plugin.command
 

Classes in org.eclipse.egf.pde.plugin.command that implement IPluginChangesCommand
 class AbstractChangesCommand
          Base class to implement a command that performs plug-in changes either in the manifest file or in the plug-in file.
 class AbstractExtensionChangesCommand
          Base class to implement a command that performs plug-in changes in extension part.
 class AbstractManifestChangesCommand
          Base class to implement a command that performs plug-in changes in the manifest file.
 

Method parameters in org.eclipse.egf.pde.plugin.command with type arguments of type IPluginChangesCommand
 void IPluginChangesCommandRunner.performChangesOnManifest(String bundleId_p, List<IPluginChangesCommand> commands_p)
          Perform plug-in manifest changes for given bundle id.
 void IPluginChangesCommandRunner.performChangesOnPlugin(String bundleId_p, List<IPluginChangesCommand> commands_p)
          Perform plug-in changes for given bundle id.
 

Uses of IPluginChangesCommand in org.eclipse.egf.pde.plugin.extension
 

Methods in org.eclipse.egf.pde.plugin.extension that return IPluginChangesCommand
 IPluginChangesCommand IContextExtensionFactory.setContextElementBasedOnContractElementRef(String contextId_p, String contextElementId_p, String contractElementReferenceId_p, String value_p)
          Set a context element based on a contract element reference in a context extension for given parameters.
 IPluginChangesCommand IContextExtensionFactory.setContextElementBasedOnKey(String contextId_p, String contextElementId_p, String keyValue_p, String keyType_p, String value_p)
          Set a context element based on a key in a context extension for given parameters.
 IPluginChangesCommand IContextExtensionFactory.setContextExtension(String contextId_p)
          Set an extension matching "context" extension-point for given parameters.
 IPluginChangesCommand IContractExtensionFactory.setContract(String contractId_p)
          Set a new contract extension.
 IPluginChangesCommand IContractExtensionFactory.setContractElement(String contractId_p, String contractElementId_p, String contractElementName_p, String contractElementType_p, List<String> contractElementReferenceIds_p, String mandatory_p, String description_p)
          Set a contractElement object in a contract extension.
 IPluginChangesCommand IContractElementRefExtensionFactory.setContractElementReferenceExtension(String contractElementReferenceId_p, String referencedContractElementId_p, String referencedFcId_p)
          Set an extension matching "ContractElementReferences" extension-point for given parameters.
 IPluginChangesCommand IFactoryComponentExtensionFactory.setFactoryComponentExtension(String factoryComponentId_p, String factoryComponentName_p, String contractId_p, String domain_p, String productionPlanId_p, String description_p)
          Set an extension matching "FactoryComponent" extension-point for given parameters.
 IPluginChangesCommand IProductionPlanExtensionFactory.setFactoryComponentInvocation(String productionPlanId_p, String factoryComponentInvocationId_p)
          Set a factory component invocation in a production plan.
 IPluginChangesCommand IFactoryComponentInvocationExtensionFactory.setFactoryComponentInvocationExtension(String factoryComponentInvocationId_p, String factoryComponentInvocationName_p, String referencedFactoryComponentId_p, String contextId_p, String referencedTaskFactoryId_p)
          Set an extension matching "FactoryComponentConfiguration" extension-point for given parameters.
 IPluginChangesCommand IMappingExtensionFactory.setMappingExtension(String mappingId_p, String mappingName_p, String path_p, String source_p, String target_p)
          Set an extension matching mapping extension-point for given parameters.
 IPluginChangesCommand IProductionPlanExtensionFactory.setProductionPlanExtension(String productionPlanId_p, String contextId_p)
          Set an extension matching "ProductionPlan" extension-point for given parameters.
 IPluginChangesCommand ITaskFactoryExtensionFactory.setTaskFactoryExtension(String taskFactoryId_p, String implementationClassName_p)
          Set an extension matching "taskFactory" extension-point for given parameters.
 IPluginChangesCommand IContextExtensionFactory.unsetContextElement(String contextId_p, String contextElementId_p)
          Unset a context element from a context extension for given parameters.
 IPluginChangesCommand IContextExtensionFactory.unsetContextExtension(String contextId_p)
          Unset an extension matching "context" extension-point for given parameters.
 IPluginChangesCommand IContractExtensionFactory.unsetContractElement(String contractId_p, String contractElementId_p)
          Unset a contractElement object existing in a contract extension.
 IPluginChangesCommand IContractElementRefExtensionFactory.unsetContractElementReferenceExtension(String contractElementReferenceId_p)
          Unset an extension matching "ContractElementReferences" extension-point for given parameters.
 IPluginChangesCommand IFactoryComponentExtensionFactory.unsetFactoryComponentExtension(String factoryComponentId_p)
          Unset an existing extension matching "FactoryComponent" extension-point for given parameters.
 IPluginChangesCommand IProductionPlanExtensionFactory.unsetFactoryComponentInvocation(String productionPlanId_p, String factoryComponentInvocationId_p)
          Unset a factory component invocation in a production plan.
 IPluginChangesCommand IFactoryComponentInvocationExtensionFactory.unsetFactoryComponentInvocationExtension(String factoryComponentInvocationId_p)
          Unset an extension matching "FactoryComponentConfiguration" extension-point for given parameters.
 IPluginChangesCommand IMappingExtensionFactory.unsetMappingExtension(String mappingId_p)
          Unset an extension matching mapping extension-point for given parameters.
 IPluginChangesCommand IProductionPlanExtensionFactory.unsetProductionPlanExtension(String productionPlanId_p)
          Unset an existing extension matching "ProductionPlan" extension-point for given parameters.
 IPluginChangesCommand ITaskFactoryExtensionFactory.unsetTaskFactoryExtension(String taskFactoryId_p)
          Unset an extension matching "taskFactory" extension-point for given parameters.
 

Uses of IPluginChangesCommand in org.eclipse.egf.pde.plugin.manifest.command
 

Methods in org.eclipse.egf.pde.plugin.manifest.command that return IPluginChangesCommand
static IPluginChangesCommand ManifestChangeCommandFactory.setExportedPackages(String[] exportedPackages_p)
          Create set exported packages command for given ones.
static IPluginChangesCommand ManifestChangeCommandFactory.setRequiredPlugins(String[] requiredPlugins_p)
          Create set required plug-ins command for given ones.
static IPluginChangesCommand ManifestChangeCommandFactory.setRequiredPlugins(String[] requiredPlugins_p, boolean optional_p)
          Create set required plug-ins command for given ones.
static IPluginChangesCommand ManifestChangeCommandFactory.setRequiredPlugins(String[] requiredPlugins_p, boolean optional_p, boolean reexport_p)
          Create set required plug-ins command for given ones.
static IPluginChangesCommand ManifestChangeCommandFactory.unsetExportedPackages(String[] exportedPackages_p)
          Create unset exported packages command for given ones.
static IPluginChangesCommand ManifestChangeCommandFactory.unsetRequiredPlugins(String[] requiredPlugins_p)
          Create unset required plug-ins command for given ones.
 


EGF Engine
Release 0.1.0

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.