org.jboss.ejb3
Class FileSuffixFilter

java.lang.Object
  extended by org.jboss.ejb3.FileSuffixFilter
All Implemented Interfaces:
org.jboss.util.file.ArchiveBrowser.Filter

public class FileSuffixFilter
extends Object
implements org.jboss.util.file.ArchiveBrowser.Filter

comment

Author:
Bill Burke

Constructor Summary
FileSuffixFilter(String suffix)
           
 
Method Summary
 boolean accept(String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSuffixFilter

public FileSuffixFilter(String suffix)
Method Detail

accept

public boolean accept(String filename)
Specified by:
accept in interface org.jboss.util.file.ArchiveBrowser.Filter


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