org.jboss.system.server.profile.basic
Class PatternExcludeVirtualFileFilter

java.lang.Object
  extended by org.jboss.system.server.profile.basic.AbstractPatternVirtualFileFilter
      extended by 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

Constructor Summary
PatternExcludeVirtualFileFilter(String patternString)
           
 
Method Summary
protected  boolean doMatch()
          Should we match the pattern.
 
Methods inherited from class org.jboss.system.server.profile.basic.AbstractPatternVirtualFileFilter
accepts
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatternExcludeVirtualFileFilter

public PatternExcludeVirtualFileFilter(String patternString)
Method Detail

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.