org.apache.muse.ws.wsdl
Class WsdlFileFilter

java.lang.Object
  extended byorg.apache.muse.ws.wsdl.WsdlFileFilter
All Implemented Interfaces:
java.io.FileFilter

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

WsdlFileFilter is a file filter used to find WSDL files (*.wsdl).

Author:
Dan Jemiolo (danj)

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

Constructor Detail

WsdlFileFilter

public WsdlFileFilter()
Method Detail

accept

public boolean accept(java.io.File file)
Specified by:
accept in interface java.io.FileFilter
Returns:
True if the file is a "regular" file (not a directory) and has a name that ends with .wsdl. The comparison is case-insensitive.