Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for fullName (0.17 sec)

  1. src/main/java/jcifs/internal/smb2/create/Smb2CreateRequest.java

            return this.domain;
        }
    
    
        /**
         * @param fullName
         *            the fullName to set
         */
        @Override
        public void setFullUNCPath ( String domain, String server, String fullName ) {
            this.domain = domain;
            this.server = server;
            this.fullName = fullName;
        }
    
    
        /**
         * {@inheritDoc}
         * 
         * Strips a leading \
    Java
    - Registered: Sun Apr 21 00:10:10 GMT 2024
    - Last Modified: Sat Jun 01 09:52:11 GMT 2019
    - 14.3K bytes
    - Viewed (0)
  2. LICENSE

    convey the exclusion of warranty; and each file should have at least the
    "copyright" line and a pointer to where the full notice is found.
    
        {description}
        Copyright (C) {year} {fullname}
    
        This library is free software; you can redistribute it and/or
        modify it under the terms of the GNU Lesser General Public
        License as published by the Free Software Foundation; either
    Plain Text
    - Registered: Sun Apr 21 00:10:10 GMT 2024
    - Last Modified: Mon Jan 18 20:25:38 GMT 2016
    - 25.8K bytes
    - Viewed (0)
Back to top