|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.file.filters.AbstractFileListFilter<F>
org.springframework.integration.file.filters.AbstractRegexPatternFileListFilter<java.io.File>
org.springframework.integration.file.filters.RegexPatternFileListFilter
public class RegexPatternFileListFilter
Implementation of AbstractRegexPatternMatchingFileListFilter for java.io.File instances.
| Constructor Summary | |
|---|---|
RegexPatternFileListFilter(java.util.regex.Pattern pattern)
|
|
RegexPatternFileListFilter(java.lang.String pattern)
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
getFilename(java.io.File file)
Subclasses must implement this method to extract the file's name. |
| Methods inherited from class org.springframework.integration.file.filters.AbstractRegexPatternFileListFilter |
|---|
accept, afterPropertiesSet, setPattern, setPattern |
| Methods inherited from class org.springframework.integration.file.filters.AbstractFileListFilter |
|---|
filterFiles |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegexPatternFileListFilter(java.lang.String pattern)
public RegexPatternFileListFilter(java.util.regex.Pattern pattern)
| Method Detail |
|---|
protected java.lang.String getFilename(java.io.File file)
AbstractRegexPatternFileListFilter
getFilename in class AbstractRegexPatternFileListFilter<java.io.File>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||