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

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

public class IncludeFilePathVirtualFileFilter
extends IncludePatternVirtualFileFilter

Include file path filter.

Author:
Ales Justin

Constructor Summary
IncludeFilePathVirtualFileFilter(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.IncludePatternVirtualFileFilter
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

IncludeFilePathVirtualFileFilter

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