站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

ClassFileFilter (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


org.jboss.util.file
Class ClassFileFilter

java.lang.Object
  extended byorg.jboss.util.file.ClassFileFilter
All Implemented Interfaces:
ArchiveBrowser.Filter

public class ClassFileFilter
extends Object
implements ArchiveBrowser.Filter

ArchiveBrowser filter to find .class files

Version:
$Revision: 1.1 $
Author:
Bill Burke

Constructor Summary
ClassFileFilter()
           
 
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

ClassFileFilter

public ClassFileFilter()
Method Detail

accept

public boolean accept(String filename)
Specified by:
accept in interface ArchiveBrowser.Filter


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.