org.apache.cocoon.util
Class JavaArchiveFilter

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

Deprecated. Will be removed in Cocoon 2.2

public class JavaArchiveFilter
extends Object
implements FileFilter

Implements a filter for java archives.

Version:
CVS $Id: JavaArchiveFilter.html 1304258 2012-03-23 10:09:27Z ilgrosso $
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-2010 The Apache Software Foundation. All Rights Reserved.