|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.virtual.plugins.vfs.helpers.SuffixesExcludeFilter
public class SuffixesExcludeFilter
Filters out a set of suffixes
Constructor Summary | |
---|---|
SuffixesExcludeFilter(java.util.Collection<java.lang.String> suffixes)
Create a new SuffixMatchFilter, |
Method Summary | |
---|---|
boolean |
accepts(VirtualFile file)
Match the virtual file |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SuffixesExcludeFilter(java.util.Collection<java.lang.String> suffixes)
suffixes
- the suffixes
java.lang.IllegalArgumentException
- for null suffixesMethod Detail |
---|
public boolean accepts(VirtualFile file)
VirtualFileFilter
accepts
in interface VirtualFileFilter
file
- the virtual file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |