|
JBoss VFS 3.1.0.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.vfs.util.AbstractVirtualFileFilterWithAttributes
org.jboss.vfs.util.SuffixMatchFilter
public class SuffixMatchFilter
Matches a file name against a list of suffixes.
Constructor Summary | |
---|---|
SuffixMatchFilter(Collection<String> suffixes)
Create a new SuffixMatchFilter. |
|
SuffixMatchFilter(Collection<String> suffixes,
VisitorAttributes attributes)
Create a new SuffixMatchFilter. |
|
SuffixMatchFilter(String suffix)
Create a new SuffixMatchFilter, using VisitorAttributes.DEFAULT |
|
SuffixMatchFilter(String suffix,
VisitorAttributes attributes)
Create a new SuffixMatchFilter. |
Method Summary | |
---|---|
boolean |
accepts(VirtualFile file)
Accept any file that ends with one of the filter suffixes. |
Methods inherited from class org.jboss.vfs.util.AbstractVirtualFileFilterWithAttributes |
---|
getAttributes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SuffixMatchFilter(String suffix)
VisitorAttributes.DEFAULT
suffix
- the suffix
IllegalArgumentException
- for a null suffixpublic SuffixMatchFilter(String suffix, VisitorAttributes attributes)
suffix
- the suffixattributes
- the attributes, pass null to use VisitorAttributes.DEFAULT
IllegalArgumentException
- for a null suffixpublic SuffixMatchFilter(Collection<String> suffixes)
suffixes
- - the list of file suffixes to accept.
IllegalArgumentException
- for a null suffixespublic SuffixMatchFilter(Collection<String> suffixes, VisitorAttributes attributes)
suffixes
- - the list of file suffixes to accept.attributes
- the attributes, pass null to use VisitorAttributes.DEFAULT
IllegalArgumentException
- for a null suffixesMethod Detail |
---|
public boolean accepts(VirtualFile file)
file
- the virtual file
|
JBoss VFS 3.1.0.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |