public class SMBPath extends SMBBasePath
| Constructor and Description |
|---|
SMBPath(SMBFileSystemProvider provider,
URI uri) |
| Modifier and Type | Method and Description |
|---|---|
SMBFileAttributes |
getAttributes() |
java.nio.file.FileSystem |
getFileSystem() |
java.nio.file.Path |
getParent() |
jcifs.smb.SmbFile |
getSmbFile() |
boolean |
isAbsolute() |
java.nio.file.Path |
relativize(java.nio.file.Path other) |
java.nio.file.Path |
resolve(java.nio.file.Path other) |
java.nio.file.Path |
resolve(String other) |
java.nio.file.Path |
toAbsolutePath() |
File |
toFile() |
URI |
toUri() |
compareTo, endsWith, endsWith, getFileName, getName, getNameCount, getRoot, iterator, normalize, register, register, resolveSibling, resolveSibling, startsWith, startsWith, subpath, toRealPath, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodepublic SMBPath(SMBFileSystemProvider provider, URI uri) throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionpublic java.nio.file.FileSystem getFileSystem()
getFileSystem in interface java.nio.file.PathgetFileSystem in class SMBBasePathpublic boolean isAbsolute()
isAbsolute in interface java.nio.file.PathisAbsolute in class SMBBasePathpublic java.nio.file.Path getParent()
getParent in interface java.nio.file.PathgetParent in class SMBBasePathpublic java.nio.file.Path toAbsolutePath()
toAbsolutePath in interface java.nio.file.PathtoAbsolutePath in class SMBBasePathpublic File toFile()
toFile in interface java.nio.file.PathtoFile in class SMBBasePathpublic URI toUri()
toUri in interface java.nio.file.PathtoUri in class SMBBasePathpublic java.nio.file.Path relativize(java.nio.file.Path other)
relativize in interface java.nio.file.Pathrelativize in class SMBBasePathpublic java.nio.file.Path resolve(String other)
resolve in interface java.nio.file.Pathresolve in class SMBBasePathpublic java.nio.file.Path resolve(java.nio.file.Path other)
resolve in interface java.nio.file.Pathresolve in class SMBBasePathpublic jcifs.smb.SmbFile getSmbFile()
getSmbFile in class SMBBasePathpublic SMBFileAttributes getAttributes() throws IOException
getAttributes in class SMBBasePathIOExceptionCopyright © 2012-2013 Universitet i Stavanger. All Rights Reserved.