パッケージ jcifs.internal

インタフェース RequestWithPath

    • メソッドの詳細

      • getPath

        String getPath()
        戻り値:
        the path to the resource (below share)
      • getServer

        String getServer()
        戻り値:
        the server name
      • getDomain

        String getDomain()
        戻り値:
        the domain name
      • getFullUNCPath

        String getFullUNCPath()
        戻り値:
        the full UNC path
      • setPath

        void setPath​(String path)
        パラメータ:
        path -
      • setFullUNCPath

        void setFullUNCPath​(String domain,
                            String server,
                            String fullPath)
        パラメータ:
        domain -
        server -
        fullPath -
      • setResolveInDfs

        void setResolveInDfs​(boolean resolve)
        パラメータ:
        resolve -
      • isResolveInDfs

        boolean isResolveInDfs()
        戻り値:
        whether to resolve the request path in DFS