Package smbdav.filters

Class Summary
AndFilter This class chains one or more underlying filters together; a file will be accepted by the filter only if all subfilters accept the file.
HiddenFilter This filter rejects hidden resources.
NotFilter This class inverts the result of an underlying filter; a file will be accepted by the filter only if the underlying filter rejects the file.
OrFilter This class chains one or more underlying filters together; a file will be accepted if any subfilters accept the file.
ServerFilter This class filters resources to permit only resources from a specific list of servers.
 



Copyright © 2004 Eric Glass