org.dmonix.io.filters
Class AcceptAllFileFilter

java.lang.Object
  extended byorg.dmonix.io.filters.AcceptAllFileFilter
All Implemented Interfaces:
java.io.FileFilter

Deprecated. use AcceptAllFilter

public class AcceptAllFileFilter
extends java.lang.Object
implements java.io.FileFilter

Simple file filter that accepts all files.

Copyright: Copyright (c) 2004

Company: dmonix.org

Version:
1.0
Author:
Peter Nerg

Constructor Summary
AcceptAllFileFilter()
          Deprecated.  
 
Method Summary
 boolean accept(java.io.File pathname)
          Deprecated. Always returns true.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcceptAllFileFilter

public AcceptAllFileFilter()
Deprecated. 
Method Detail

accept

public boolean accept(java.io.File pathname)
Deprecated. 
Always returns true.

Specified by:
accept in interface java.io.FileFilter
Parameters:
pathname - The file path
Returns:
Always true


Copyright © 1998-2005 dmonix.org Peter Nerg, All Rights Reserved.