Skip navigation links
A C D E G P S V 

A

addCapabilities(Collection<Capability>) - Method in class com.celarli.commons.vfs.provider.google.GcsFileSystem
Adds capabilities to this driver
appendRootUri(StringBuilder, boolean) - Method in class com.celarli.commons.vfs.provider.google.GcsFileName
 

C

canRenameTo(FileObject) - Method in class com.celarli.commons.vfs.provider.google.GcsFileObject
Returns false to reply on copyFrom method in case moving/copying file within same google storage project
ClientType - Enum in com.celarli.commons.vfs.provider.google
 
com.celarli.commons.vfs.provider.google - package com.celarli.commons.vfs.provider.google
 
COPY_BUFFER_SIZE - Static variable in class com.celarli.commons.vfs.provider.google.GcsFileObject
 
copyFrom(FileObject, FileSelector) - Method in class com.celarli.commons.vfs.provider.google.GcsFileObject
 
copyFrom(FileObject, FileSelector, CopyStreamListener) - Method in class com.celarli.commons.vfs.provider.google.GcsFileObject
This method help to copy blob server side if source and destination location belongs to same project.
createFile(AbstractFileName) - Method in class com.celarli.commons.vfs.provider.google.GcsFileSystem
Creates a file object so we can interact with
createFolder() - Method in class com.celarli.commons.vfs.provider.google.GcsFileObject
Used for creating folders.
createName(String, FileType) - Method in class com.celarli.commons.vfs.provider.google.GcsFileName
 

D

doAttach() - Method in class com.celarli.commons.vfs.provider.google.GcsFileObject
 
doCreateFileSystem(FileName, FileSystemOptions) - Method in class com.celarli.commons.vfs.provider.google.GcsFileProvider
 
doCreateFolder() - Method in class com.celarli.commons.vfs.provider.google.GcsFileObject
Callback for handling create folder requests.
doDelete() - Method in class com.celarli.commons.vfs.provider.google.GcsFileObject
 
doGetContentSize() - Method in class com.celarli.commons.vfs.provider.google.GcsFileObject
 
doGetInputStream() - Method in class com.celarli.commons.vfs.provider.google.GcsFileObject
 
doGetLastModifiedTime() - Method in class com.celarli.commons.vfs.provider.google.GcsFileObject
Callback for handling the getLastModifiedTime() Commons VFS API call.
doGetOutputStream(boolean) - Method in class com.celarli.commons.vfs.provider.google.GcsFileObject
 
doGetType() - Method in class com.celarli.commons.vfs.provider.google.GcsFileObject
 
doListChildren() - Method in class com.celarli.commons.vfs.provider.google.GcsFileObject
 
doSetLastModifiedTime(long) - Method in class com.celarli.commons.vfs.provider.google.GcsFileObject
We must override this method because the parent one throws exception.

E

exists() - Method in class com.celarli.commons.vfs.provider.google.GcsFileObject
 

G

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
 

P

parseUri(VfsComponentContext, FileName, String) - Method in class com.celarli.commons.vfs.provider.google.GcsFileNameParser
Parses URI and constructs GCS file name.
PATH_DELIMITER - Static variable in class com.celarli.commons.vfs.provider.google.GcsFileObject
 

S

setClientType(FileSystemOptions, Integer) - Method in class com.celarli.commons.vfs.provider.google.GcsFileSystemConfigBuilder
Set the client type, will be used while constructing storage client for GCS
setCmkId(FileSystemOptions, String) - Method in class com.celarli.commons.vfs.provider.google.GcsFileSystemConfigBuilder
Set the CMK id, will be used while creating new storage item
setHostname(FileSystemOptions, String) - Method in class com.celarli.commons.vfs.provider.google.GcsFileSystemConfigBuilder
Set the hostname, will be used while constructing storage client for GCS
setKey(FileSystemOptions, byte[]) - Method in class com.celarli.commons.vfs.provider.google.GcsFileSystemConfigBuilder
Set the input stream for key to access GCS
signedURL(long) - Method in class com.celarli.commons.vfs.provider.google.GcsFileObject
Generate signed url to directly access file.

V

valueOf(String) - Static method in enum com.celarli.commons.vfs.provider.google.ClientType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.celarli.commons.vfs.provider.google.ClientType
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G P S V 
Skip navigation links

Copyright © 2024. All rights reserved.