smbdav.filters
Class HiddenFilter

java.lang.Object
  extended bysmbdav.filters.HiddenFilter
All Implemented Interfaces:
jcifs.smb.SmbFileFilter

public class HiddenFilter
extends java.lang.Object
implements jcifs.smb.SmbFileFilter

This filter rejects hidden resources.

Author:
Eric Glass

Constructor Summary
HiddenFilter()
           
 
Method Summary
 boolean accept(jcifs.smb.SmbFile file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiddenFilter

public HiddenFilter()
Method Detail

accept

public boolean accept(jcifs.smb.SmbFile file)
               throws jcifs.smb.SmbException
Specified by:
accept in interface jcifs.smb.SmbFileFilter
Throws:
jcifs.smb.SmbException


Copyright © 2004 Eric Glass