org.jboss.vfs.util
Class IncludePatternVirtualFileFilter
java.lang.Object
org.jboss.vfs.util.AbstractPatternVirtualFileFilter
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
Method Summary |
protected boolean |
doMatch()
Should we match the pattern. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IncludePatternVirtualFileFilter
public IncludePatternVirtualFileFilter(String regexp)
doMatch
protected boolean doMatch()
- Description copied from class:
AbstractPatternVirtualFileFilter
- Should we match the pattern.
- Specified by:
doMatch
in class AbstractPatternVirtualFileFilter
- Returns:
- the match flag
Copyright © 2011 JBoss, A division of Red Hat, Inc. All Rights Reserved.