Uses of Interface
org.eclipse.tigerstripe.workbench.project.IPluginConfig

Packages that use IPluginConfig
org.eclipse.tigerstripe.workbench.generation   
org.eclipse.tigerstripe.workbench.plugins This package contains the interfaces to be implemented in relation with implementing TS templates, and more generally all interfaces as seen by the user when implementing a Tigerstripe plugin. 
org.eclipse.tigerstripe.workbench.project This package contains interfaces tigerstripe projects and other objects associated with navigating and generating projects. 
 

Uses of IPluginConfig in org.eclipse.tigerstripe.workbench.generation
 

Methods in org.eclipse.tigerstripe.workbench.generation that return IPluginConfig
 IPluginConfig PluginRunStatus.getPluginConfig()
           
 

Constructors in org.eclipse.tigerstripe.workbench.generation with parameters of type IPluginConfig
PluginRunStatus(IPluginConfig pluginConfig, ITigerstripeModelProject project, org.eclipse.tigerstripe.workbench.internal.core.generation.RunConfig config, org.eclipse.tigerstripe.workbench.internal.api.contract.segment.IFacetReference facetRef)
           
 

Uses of IPluginConfig in org.eclipse.tigerstripe.workbench.plugins
 

Methods in org.eclipse.tigerstripe.workbench.plugins with parameters of type IPluginConfig
 void IExpander.setPluginConfig(IPluginConfig pluginConfig)
          Sets the pluginConfig for the expander.
 void IArtifactWrapper.setPluginConfig(IPluginConfig pluginConfig)
          Initializes the plugin ref for this wrapper.
 

Uses of IPluginConfig in org.eclipse.tigerstripe.workbench.project
 

Methods in org.eclipse.tigerstripe.workbench.project that return IPluginConfig
 IPluginConfig IPluginConfig.clone()
           
 IPluginConfig[] ITigerstripeModelProject.getPluginConfigs()
          Returns the Plugin references defined in this project
 IPluginConfig[] IProjectDescriptor.getPluginConfigs()
          Returns the Plugin references defined in this project
 

Methods in org.eclipse.tigerstripe.workbench.project with parameters of type IPluginConfig
 void ITigerstripeModelProject.addPluginConfig(IPluginConfig config)
           
 void IProjectDescriptor.addPluginConfig(IPluginConfig pluginConfig)
           
 void ITigerstripeModelProject.removePluginConfig(IPluginConfig config)
           
 void IProjectDescriptor.removePluginConfig(IPluginConfig pluginConfig)