Package com.google.cloud.hadoop.gcsio
Interface GoogleCloudStorageItemInfo.Provider
-
- All Known Implementing Classes:
GoogleCloudStorageWriteChannel
- Enclosing class:
- GoogleCloudStorageItemInfo
public static interface GoogleCloudStorageItemInfo.ProviderConvenience interface for classes which want to implement Provider of GoogleCloudStorageItemInfo for callers which may not know the concrete type of an object, but want to check if the object happens to be an instance of this InfoProvider.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GoogleCloudStorageItemInfogetItemInfo()
-
-
-
Method Detail
-
getItemInfo
GoogleCloudStorageItemInfo getItemInfo()
-
-