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

Packages that use IArtifactWrapper
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 IArtifactWrapper in org.eclipse.tigerstripe.workbench.plugins
 

Subinterfaces of IArtifactWrapper in org.eclipse.tigerstripe.workbench.plugins
 interface IArtifactModel
          Deprecated.  
 

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