public class GeneralFileFilter extends Object implements FileFilter, ManifestConstants
Modifier and Type | Field and Description |
---|---|
protected LinkedList |
fileNamePattern |
protected char |
wildCard |
ALL_SUFFIX, BUFFER_SIZE, DEFAULT_DIGEST_HANDLEJAR, DEFAULT_DIGEST_HANDLEWAR, DEFAULT_IDENTIFIER_ENTRY, DEFAULT_MANIFEST_FILE_NAME, DEFAULT_MANIFEST_PATTERN, DEFAULT_OVERWRITE, DEFAULT_RECURSIVE, DEFAULT_VERBOSE, DEFAULT_WILD_CARD, DEFAULT_WILDCARD_CHAR, DELETE_SUFFIX, DEST_FILE_PATH, DIGEST_ALG, DIGEST_HANDLEJAR, DIGEST_HANDLEWAR, DRYRUN_OPTION, EQUAL, EXCLUDE_PATTERN, FILE_SEPARATOR, HEADER_FILE_PATH, IDENTIFIER_ENTRY, IDENTIFIER_SEPARATOR, INCLUDE_PATTERN, JAR_FILE_EXT, LATEST_WAR_FILE, MANIFEST_CREATE_FILE, MANIFEST_FILE_NAME, MANIFEST_NAME, MANIFEST_PATTERN, OVERWRITE, PATTERN_SEPARATOR, PROPERTIES_FILE, RECURSIVE, SHA1, SRC_FILE_PATH, VERBOSE_OPTION, VERSION_FILE, WAR_FILE_EXT, WILDCARD_CHAR
Constructor and Description |
---|
GeneralFileFilter(LinkedList fileNamePattern) |
GeneralFileFilter(LinkedList fileNamePattern,
char wildCard)
Constructor accepts a list of pattern and a wildcard character for the
pattern.
|
Modifier and Type | Method and Description |
---|---|
boolean |
accept(File path)
Overrided method of FileFilter to check whether to accept a path.
|
protected LinkedList fileNamePattern
protected char wildCard
public GeneralFileFilter(LinkedList fileNamePattern)
public GeneralFileFilter(LinkedList fileNamePattern, char wildCard)
fileNamePattern
- A list of patterns.wildCard
- A character which is used as wildcard character.public boolean accept(File path)
accept
in interface FileFilter
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.