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

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.ExcludeFilePathVirtualFileFilter
All Implemented Interfaces:
VirtualFileFilter

public class ExcludeFilePathVirtualFileFilter
extends ExcludePatternVirtualFileFilter

Exclude file path filter.

Author:
Ales Justin

Constructor Summary
ExcludeFilePathVirtualFileFilter(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

ExcludeFilePathVirtualFileFilter

public ExcludeFilePathVirtualFileFilter(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