public interface ProjectReference extends ElementReference
This interface is not intended to be implemented by clients.
DebugHierarchy.getProject()
Modifier and Type | Method and Description |
---|---|
Collection<RuleSetReference> |
getRuleSets()
Returns the rule sets defined in this project and used during the evaluation.
|
Collection<TextTemplateReference> |
getTextTemplates()
Returns the text templates defined in this project and used during the evaluation.
|
Collection<TypeReference> |
getTypes()
Returns the types on which scripts are defined in this project and used during the evaluation.
|
getName, getProject
Collection<TextTemplateReference> getTextTemplates()
TextTemplateReference
elements.TextTemplateReference
Collection<RuleSetReference> getRuleSets()
RuleSetReference
elements.RuleSetReference
Collection<TypeReference> getTypes()
TypeReference
elements.TypeReference