public class ExpressionFileListFilter<F> extends AbstractFileListFilter<F> implements org.springframework.beans.factory.BeanFactoryAware
AbstractFileListFilter implementation.| Constructor and Description |
|---|
ExpressionFileListFilter(org.springframework.expression.Expression expression) |
ExpressionFileListFilter(java.lang.String expression) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(F file)
Subclasses must implement this method.
|
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
filterFilespublic ExpressionFileListFilter(java.lang.String expression)
public ExpressionFileListFilter(org.springframework.expression.Expression expression)
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionpublic boolean accept(F file)
AbstractFileListFilteraccept in class AbstractFileListFilter<F>file - The file.