JBoss VFS 3.1.0.Final-redhat-2

org.jboss.vfs.util
Class IncludePatternVirtualFileFilter

java.lang.Object
  extended by org.jboss.vfs.util.AbstractPatternVirtualFileFilter
      extended by org.jboss.vfs.util.IncludePatternVirtualFileFilter
All Implemented Interfaces:
VirtualFileFilter
Direct Known Subclasses:
IncludeFileNameVirtualFileFilter

public abstract class IncludePatternVirtualFileFilter
extends AbstractPatternVirtualFileFilter

Include pattern filter.

Author:
Ales Justin

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

Constructor Detail

IncludePatternVirtualFileFilter

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

JBoss VFS 3.1.0.Final-redhat-2

Copyright © 2012 JBoss, A division of Red Hat, Inc. All Rights Reserved.