Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for setService (0.14 sec)

  1. src/main/java/jcifs/internal/smb1/com/SmbComTreeConnectAndXResponse.java

            super(config, andx);
        }
    
        /**
         * @return the service
         */
        @Override
        public final String getService() {
            return this.service;
        }
    
        /**
         * Returns the native file system type of the connected share.
         *
         * @return the nativeFileSystem
         */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 5.1K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbTreeImpl.java

        }
    
        /**
         * @return the type of this tree
         */
        public int getTreeType() {
            final String connectedService = getService();
            if ("LPT1:".equals(connectedService)) {
                return SmbConstants.TYPE_PRINTER;
            }
            if ("COMM".equals(connectedService)) {
                return SmbConstants.TYPE_COMM;
            }
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 30K bytes
    - Viewed (0)
  3. api/maven-api-core/src/main/java/org/apache/maven/api/package-info.java

     *   <li>Access to the {@link org.apache.maven.api.LocalRepository} and {@link org.apache.maven.api.RemoteRepository} configurations</li>
     *   <li>Access to Maven services through {@link org.apache.maven.api.Session#getService(Class)}</li>
     *   <li>Build configuration and settings</li>
     * </ul>
     *
     * <h3>Dependency management</h3>
     *
     * <p>{@link org.apache.maven.api.ArtifactCoordinates} instances are used to locate artifacts in a repository.
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Wed Mar 05 14:29:21 UTC 2025
    - 7.7K bytes
    - Viewed (0)
Back to top