org.jboss.system.server.profile.basic
Class PatternExcludeVirtualFileFilter
java.lang.Object
org.jboss.system.server.profile.basic.AbstractPatternVirtualFileFilter
org.jboss.system.server.profile.basic.PatternExcludeVirtualFileFilter
- All Implemented Interfaces:
- org.jboss.virtual.VirtualFileFilter
- Direct Known Subclasses:
- JspAndHtmlExcludeVirtualFileFilter
public class PatternExcludeVirtualFileFilter
- extends AbstractPatternVirtualFileFilter
Pattern exclude 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 |
PatternExcludeVirtualFileFilter
public PatternExcludeVirtualFileFilter(String patternString)
doMatch
protected boolean doMatch()
- Description copied from class:
AbstractPatternVirtualFileFilter
- Should we match the pattern.
- Specified by:
doMatch
in class AbstractPatternVirtualFileFilter
- Returns:
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.