Uses of Interface
org.eclipse.tigerstripe.workbench.plugins.IArtifactModel

Packages that use IArtifactModel
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. 
 

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

Methods in org.eclipse.tigerstripe.workbench.plugins with parameters of type IArtifactModel
 void IExpander.setCurrentModel(IArtifactModel currentModel)
          As for current Artifact, can set a "Current Model" for this expander This can be used to extract things like the TargetPackage from the model - especially useful for making file names!
 void IExpander.setCurrentModel(IArtifactModel currentModel, java.lang.String modelName)
          As for current Artifact, can set a "Current Model" for this expander This can be used to extract things like the TargetPackage from the model - especially useful for making file names! This variant is necessary in case the model has been named something other than "model"