| Package | Description | 
|---|---|
| com.google.cloud.storage.contrib.nio | 
 Java 7 nio FileSystem client library for Google Cloud Storage. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CloudStoragePath | 
CloudStoragePath.getFileName()  | 
CloudStoragePath | 
CloudStoragePath.getName(int index)  | 
CloudStoragePath | 
CloudStoragePath.getParent()  | 
CloudStoragePath | 
CloudStorageFileSystemProvider.getPath(String uriInStringForm)
Convenience method: replaces spaces with "%20", builds a URI, and calls getPath(uri). 
 | 
CloudStoragePath | 
CloudStorageFileSystem.getPath(String first,
       String... more)
Converts Cloud Storage object name to a  
Path object. | 
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(Path object)  | 
CloudStoragePath | 
CloudStoragePath.resolve(String other)  | 
CloudStoragePath | 
CloudStoragePath.resolveSibling(Path other)  | 
CloudStoragePath | 
CloudStoragePath.resolveSibling(String other)  | 
CloudStoragePath | 
CloudStoragePath.subpath(int beginIndex,
       int endIndex)  | 
CloudStoragePath | 
CloudStoragePath.toAbsolutePath()
Changes relative path to be absolute, using  
workingDirectory 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. 
 | 
Copyright © 2019 Google LLC. All rights reserved.