Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.io.xfile.ftp.filters
Class FtpDirFilter  view FtpDirFilter download FtpDirFilter.java

java.lang.Object
  extended bycom.flexstor.common.io.xfile.ftp.filters.FtpDirFilter
All Implemented Interfaces:
com.flexstor.common.io.xfile.ftp.FtpFilenameFilter, com.flexstor.common.io.xfile.XFilenameFilterI

public class FtpDirFilter
extends java.lang.Object
implements com.flexstor.common.io.xfile.ftp.FtpFilenameFilter


Constructor Summary
FtpDirFilter()
           
 
Method Summary
 boolean accept(com.flexstor.common.io.xfile.FlexXFileI xfile, java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FtpDirFilter

public FtpDirFilter()
Method Detail

accept

public boolean accept(com.flexstor.common.io.xfile.FlexXFileI xfile,
                      java.lang.String s)
Specified by:
accept in interface com.flexstor.common.io.xfile.XFilenameFilterI