Package freemarker.cache
Class NotMatcher
- java.lang.Object
-
- freemarker.cache.TemplateSourceMatcher
-
- freemarker.cache.NotMatcher
-
public class NotMatcher extends TemplateSourceMatcher
Logical "not" operation on the given matcher.- Since:
- 2.3.24
-
-
Constructor Summary
Constructors Constructor Description NotMatcher(TemplateSourceMatcher matcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(java.lang.String sourceName, java.lang.Object templateSource)
-
-
-
Constructor Detail
-
NotMatcher
public NotMatcher(TemplateSourceMatcher matcher)
-
-