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 CloudStoragePathCloudStoragePath. getFileName()CloudStoragePathCloudStoragePath. getName(int index)CloudStoragePathCloudStoragePath. getParent()CloudStoragePathCloudStorageFileSystem. getPath(String first, String... more)Converts Cloud Storage object name to aPathobject.CloudStoragePathCloudStorageFileSystemProvider. getPath(String uriInStringForm)Convenience method: replaces spaces with "%20", builds a URI, and calls getPath(uri).CloudStoragePathCloudStorageFileSystemProvider. getPath(URI uri)CloudStoragePathCloudStoragePath. getRoot()CloudStoragePathCloudStoragePath. normalize()Returns path without extra slashes or.and..and preserves trailing slash.CloudStoragePathCloudStoragePath. relativize(Path object)CloudStoragePathCloudStoragePath. resolve(String other)CloudStoragePathCloudStoragePath. resolve(Path object)CloudStoragePathCloudStoragePath. resolveSibling(String other)CloudStoragePathCloudStoragePath. resolveSibling(Path other)CloudStoragePathCloudStoragePath. subpath(int beginIndex, int endIndex)CloudStoragePathCloudStoragePath. toAbsolutePath()Changes relative path to be absolute, usingworkingDirectoryas current dir.CloudStoragePathCloudStoragePath. toRealPath(LinkOption... options)Returns this path rewritten to the Cloud Storage object name that'd be used to perform i/o.
-