- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for isSameTree (0.08 sec)
-
src/main/java/jcifs/smb/SmbTreeHandleImpl.java
return this.treeConnection.getConnectedShare(); } /** * * {@inheritDoc} * * @see jcifs.SmbTreeHandle#isSameTree(jcifs.SmbTreeHandle) */ @Override public boolean isSameTree ( SmbTreeHandle th ) { if ( ! ( th instanceof SmbTreeHandleImpl ) ) { return false; }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 8.9K bytes - Viewed (0) -
src/main/java/jcifs/SmbTreeHandle.java
/** * @return the share we are connected to */ String getConnectedShare (); /** * @param th * @return whether the handles refer to the same tree */ boolean isSameTree ( SmbTreeHandle th ); /** * @return whether this tree handle uses SMB2+ */ boolean isSMB2 (); /** * @return the remote host name */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 2K bytes - Viewed (0)