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

java.lang.Object
  extended by org.jboss.system.server.profile.basic.AbstractPatternVirtualFileFilter
      extended by org.jboss.system.server.profile.basic.PatternIncludeVirtualFileFilter
All Implemented Interfaces:
org.jboss.virtual.VirtualFileFilter

public class PatternIncludeVirtualFileFilter
extends AbstractPatternVirtualFileFilter

Pattern include filter.

Author:
Ales Justin

Constructor Summary
PatternIncludeVirtualFileFilter(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

PatternIncludeVirtualFileFilter

public PatternIncludeVirtualFileFilter(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.