|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITemplateBasedRule | |
|---|---|
| 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 ITemplateBasedRule in org.eclipse.tigerstripe.workbench.plugins |
|---|
| Subinterfaces of ITemplateBasedRule in org.eclipse.tigerstripe.workbench.plugins | |
|---|---|
interface |
IArtifactBasedTemplateRule
An ArtifactBased Template Run rule in a Pluggable Plugin This rule will be run once per instance (with possibility of filtering) of a designated Artifact Type. |
interface |
IGlobalTemplateRule
Simplest type of rule in a Pluggable Plugin |
| Uses of ITemplateBasedRule in org.eclipse.tigerstripe.workbench.project |
|---|
| Methods in org.eclipse.tigerstripe.workbench.project that return ITemplateBasedRule | |
|---|---|
ITemplateBasedRule[] |
ITigerstripeM1GeneratorProject.getArtifactRules()
|
| Methods in org.eclipse.tigerstripe.workbench.project with parameters of type ITemplateBasedRule | |
|---|---|
void |
ITigerstripeM1GeneratorProject.addArtifactRule(ITemplateBasedRule rule)
|
void |
ITigerstripeM1GeneratorProject.addArtifactRules(ITemplateBasedRule[] rules)
|
void |
ITigerstripeM1GeneratorProject.removeArtifactRule(ITemplateBasedRule rule)
|
void |
ITigerstripeM1GeneratorProject.removeArtifactRules(ITemplateBasedRule[] rules)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||