public interface CodeTemplateFilter
Modifier and Type | Interface and Description |
---|---|
static interface |
CodeTemplateFilter.ContextBasedFactory
Factory for producing of the code template filters that filter templates
based on their contexts.
|
static interface |
CodeTemplateFilter.Factory
Factory for producing of the code template filters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
accept(CodeTemplate template)
Accept or reject the given code template.
|
boolean accept(CodeTemplate template)
template
- non-null template to accept or reject.