org.apache.cocoon.util
Class JavaArchiveFilter

java.lang.Object
  extended byorg.apache.cocoon.util.JavaArchiveFilter
All Implemented Interfaces:
FileFilter

Deprecated. To be removed in Cocoon 2.3

public class JavaArchiveFilter
extends Object
implements FileFilter

Implements a filter for java archives.

Version:
CVS $Id: JavaArchiveFilter.java 30941 2004-07-29 19:56:58Z vgritsenko $
Author:
Stefano Mazzocchi

Constructor Summary
JavaArchiveFilter()
          Deprecated.  
 
Method Summary
 boolean accept(File file)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaArchiveFilter

public JavaArchiveFilter()
Deprecated. 
Method Detail

accept

public boolean accept(File file)
Deprecated. 
Specified by:
accept in interface FileFilter


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.