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

Packages that use IArtifactModel
org.eclipse.tigerstripe.plugins   
 

Uses of IArtifactModel in org.eclipse.tigerstripe.plugins
 

Subinterfaces of IArtifactModel in org.eclipse.tigerstripe.plugins
 interface IPluginAwareArtifactModel
          An extension of IArtifactModel that allows for passing of the PluginRef.
 

Methods in org.eclipse.tigerstripe.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"