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

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

public abstract class ExcludePatternVirtualFileFilter
extends AbstractPatternVirtualFileFilter

Exclude pattern filter.

Author:
Ales Justin

Constructor Summary
ExcludePatternVirtualFileFilter(java.lang.String regexp)
           
 
Method Summary
protected  boolean doMatch()
          Should we match the pattern.
 
Methods inherited from class org.jboss.virtual.plugins.vfs.helpers.AbstractPatternVirtualFileFilter
accepts, getMatchString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcludePatternVirtualFileFilter

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

doMatch

protected boolean doMatch()
Description copied from class: AbstractPatternVirtualFileFilter
Should we match the pattern.

Specified by:
doMatch in class AbstractPatternVirtualFileFilter
Returns:
the match flag