Uses of Class
com.google.cloud.storage.contrib.nio.CloudStoragePath
Packages that use CloudStoragePath
Package
Description
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 CloudStoragePathModifier and TypeMethodDescriptionCloudStoragePath.getFileName()CloudStoragePath.getName(int index) CloudStoragePath.getParent()Converts Cloud Storage object name to aPathobject.Convenience method: replaces spaces with "%20", builds a URI, and calls getPath(uri).CloudStoragePath.getRoot()CloudStoragePath.normalize()Returns path without extra slashes or.and..and preserves trailing slash.CloudStoragePath.relativize(Path object) CloudStoragePath.resolveSibling(String other) CloudStoragePath.resolveSibling(Path other) CloudStoragePath.subpath(int beginIndex, int endIndex) CloudStoragePath.toAbsolutePath()Changes relative path to be absolute, usingworkingDirectoryas current dir.CloudStoragePath.toRealPath(LinkOption... options) Returns this path rewritten to the Cloud Storage object name that'd be used to perform i/o.