org.eclipse.tigerstripe.plugins
Interface IPluginAwareArtifactModel
- All Superinterfaces:
- IArtifactModel
public interface IPluginAwareArtifactModel
- extends IArtifactModel
An extension of IArtifactModel that allows for passing of the PluginRef.
This interface shouod be implemented if the model needs to be made aware of
plugin properties.
setPluginRef
void setPluginRef(IPluginReference pluginRef)
- Initializes the plugin ref for this model.
This method is called once right after creation of this object. The
argument corresponds to the current plugin reference.
- Parameters:
pluginRef
- -
The current plugin Reference