- GcsClientFactory - Class in com.celarli.commons.vfs.provider.google
-
- GcsClientFactory() - Constructor for class com.celarli.commons.vfs.provider.google.GcsClientFactory
-
- GcsFileName - Class in com.celarli.commons.vfs.provider.google
-
- GcsFileName(String, String, String, FileType) - Constructor for class com.celarli.commons.vfs.provider.google.GcsFileName
-
- GcsFileNameParser - Class in com.celarli.commons.vfs.provider.google
-
- GcsFileObject - Class in com.celarli.commons.vfs.provider.google
-
This class is in charge of bridging the gap between commons vfs and GCS
- GcsFileProvider - Class in com.celarli.commons.vfs.provider.google
-
A Commons VFS provider that allow connecting to the Google Cloud Storage
- GcsFileProvider() - Constructor for class com.celarli.commons.vfs.provider.google.GcsFileProvider
-
- GcsFileSystem - Class in com.celarli.commons.vfs.provider.google
-
Implementation of a filesystem backed by a GCS bucket
- GcsFileSystemConfigBuilder - Class in com.celarli.commons.vfs.provider.google
-
- getBucket() - Method in class com.celarli.commons.vfs.provider.google.GcsFileName
-
- getByType(Integer) - Static method in enum com.celarli.commons.vfs.provider.google.ClientType
-
- getCapabilities() - Method in class com.celarli.commons.vfs.provider.google.GcsFileProvider
-
- getChildren() - Method in class com.celarli.commons.vfs.provider.google.GcsFileObject
-
Returns the file's list of children.
- getClient(FileSystemOptions) - Static method in class com.celarli.commons.vfs.provider.google.GcsClientFactory
-
- getClientType(FileSystemOptions) - Method in class com.celarli.commons.vfs.provider.google.GcsFileSystemConfigBuilder
-
Get the client type, will be used while constructing storage client for GCS
- getCmkId(FileSystemOptions) - Method in class com.celarli.commons.vfs.provider.google.GcsFileSystemConfigBuilder
-
Get the CMK id, will be used while creating new storage item
- getConfigClass() - Method in class com.celarli.commons.vfs.provider.google.GcsFileSystemConfigBuilder
-
- getHostname(FileSystemOptions) - Method in class com.celarli.commons.vfs.provider.google.GcsFileSystemConfigBuilder
-
Get the hostname, will be used while constructing storage client for GCS
- getInstance() - Static method in class com.celarli.commons.vfs.provider.google.GcsFileNameParser
-
Gets singleton
- getInstance() - Static method in class com.celarli.commons.vfs.provider.google.GcsFileSystemConfigBuilder
-
- getKey(FileSystemOptions) - Method in class com.celarli.commons.vfs.provider.google.GcsFileSystemConfigBuilder
-
Get the input stream for key to access GCS
- getType() - Method in enum com.celarli.commons.vfs.provider.google.ClientType
-