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

Quick Search    Search Deep

com.flexstor.common.io.xfile.webnfs.filters
Class WebNfsDirFilter  view WebNfsDirFilter download WebNfsDirFilter.java

java.lang.Object
  extended bycom.flexstor.common.io.xfile.webnfs.filters.WebNfsDirFilter
All Implemented Interfaces:
com.flexstor.common.io.xfile.webnfs.WebNfsFilenameFilter, com.flexstor.common.io.xfile.XFilenameFilterI

public class WebNfsDirFilter
extends java.lang.Object
implements com.flexstor.common.io.xfile.webnfs.WebNfsFilenameFilter

DIRFilter Filters out all files, and accepts only directories used when Browsing for images locations.


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

Constructor Detail

WebNfsDirFilter

public WebNfsDirFilter()
Method Detail

accept

public boolean accept(XFile xfile,
                      java.lang.String s)