Uses of Class
com.google.cloud.storage.contrib.nio.CloudStoragePath
-
Packages that use CloudStoragePath Package Description com.google.cloud.storage.contrib.nio Java 7 nio FileSystem client library for Google Cloud Storage. -
-
Uses of CloudStoragePath in com.google.cloud.storage.contrib.nio
Methods in com.google.cloud.storage.contrib.nio that return CloudStoragePath Modifier and Type Method Description CloudStoragePath
CloudStoragePath. getFileName()
CloudStoragePath
CloudStoragePath. getName(int index)
CloudStoragePath
CloudStoragePath. getParent()
CloudStoragePath
CloudStorageFileSystem. getPath(String first, String... more)
Converts Cloud Storage object name to aPath
object.CloudStoragePath
CloudStorageFileSystemProvider. getPath(String uriInStringForm)
Convenience method: replaces spaces with "%20", builds a URI, and calls getPath(uri).CloudStoragePath
CloudStorageFileSystemProvider. getPath(URI uri)
CloudStoragePath
CloudStoragePath. getRoot()
CloudStoragePath
CloudStoragePath. normalize()
Returns path without extra slashes or.
and..
and preserves trailing slash.CloudStoragePath
CloudStoragePath. relativize(Path object)
CloudStoragePath
CloudStoragePath. resolve(String other)
CloudStoragePath
CloudStoragePath. resolve(Path object)
CloudStoragePath
CloudStoragePath. resolveSibling(String other)
CloudStoragePath
CloudStoragePath. resolveSibling(Path other)
CloudStoragePath
CloudStoragePath. subpath(int beginIndex, int endIndex)
CloudStoragePath
CloudStoragePath. toAbsolutePath()
Changes relative path to be absolute, usingworkingDirectory
as current dir.CloudStoragePath
CloudStoragePath. toRealPath(LinkOption... options)
Returns this path rewritten to the Cloud Storage object name that'd be used to perform i/o.
-