Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isWorkgroup0 (0.07 sec)

  1. src/main/java/jcifs/smb/SmbResourceLocatorImpl.java

                }
            }
            return this.type;
        }
    
    
        /**
         * {@inheritDoc}
         *
         * @see jcifs.SmbResourceLocator#isWorkgroup()
         */
        @Override
        public boolean isWorkgroup () throws CIFSException {
            if ( this.type == SmbConstants.TYPE_WORKGROUP || this.url.getHost().length() == 0 ) {
                this.type = SmbConstants.TYPE_WORKGROUP;
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sat Jul 20 08:24:53 UTC 2019
    - 23.9K bytes
    - Viewed (0)
Back to top