Package jcifs.smb

Class DosFileFilter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int attributes  
      protected java.lang.String wildcard  
    • Constructor Summary

      Constructors 
      Constructor Description
      DosFileFilter​(java.lang.String wildcard, int attributes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(SmbFile file)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • wildcard

        protected java.lang.String wildcard
      • attributes

        protected int attributes
    • Constructor Detail

      • DosFileFilter

        public DosFileFilter​(java.lang.String wildcard,
                             int attributes)