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.Built on April 20 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.