org.jboss.virtual.plugins.vfs.helpers
Class ExcludeFileNameVirtualFileFilter

java.lang.Object
  extended by org.jboss.virtual.plugins.vfs.helpers.AbstractPatternVirtualFileFilter
      extended by org.jboss.virtual.plugins.vfs.helpers.ExcludePatternVirtualFileFilter
          extended by org.jboss.virtual.plugins.vfs.helpers.ExcludeFileNameVirtualFileFilter
All Implemented Interfaces:
VirtualFileFilter

public class ExcludeFileNameVirtualFileFilter
extends ExcludePatternVirtualFileFilter

Exclude file name filter.

Author:
Ales Justin

Constructor Summary
ExcludeFileNameVirtualFileFilter(java.lang.String regexp)
           
 
Method Summary
protected  java.lang.String getMatchString(VirtualFile file)
          Extract match string from file.
 
Methods inherited from class org.jboss.virtual.plugins.vfs.helpers.ExcludePatternVirtualFileFilter
doMatch
 
Methods inherited from class org.jboss.virtual.plugins.vfs.helpers.AbstractPatternVirtualFileFilter
accepts
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcludeFileNameVirtualFileFilter

public ExcludeFileNameVirtualFileFilter(java.lang.String regexp)
Method Detail

getMatchString

protected java.lang.String getMatchString(VirtualFile file)
Description copied from class: AbstractPatternVirtualFileFilter
Extract match string from file.

Specified by:
getMatchString in class AbstractPatternVirtualFileFilter
Parameters:
file - the file
Returns:
extracted match string