org.jboss.system.deployers
Class SARArchiveFilter

java.lang.Object
  extended by org.jboss.system.deployers.SARArchiveFilter
All Implemented Interfaces:
org.jboss.virtual.VirtualFileFilter

public class SARArchiveFilter
extends Object
implements org.jboss.virtual.VirtualFileFilter

SARArchiveFilter.

Version:
$Revision: 85945 $
Author:
Adrian Brock

Constructor Summary
SARArchiveFilter(String patternsString)
          Create a new SARArchiveFilter.
 
Method Summary
 boolean accepts(org.jboss.virtual.VirtualFile file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SARArchiveFilter

public SARArchiveFilter(String patternsString)
Create a new SARArchiveFilter.

Parameters:
patternsString - the pattern string
Throws:
IllegalArgumentException - for a null string
Method Detail

accepts

public boolean accepts(org.jboss.virtual.VirtualFile file)
Specified by:
accepts in interface org.jboss.virtual.VirtualFileFilter


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.