com.google.appengine.api.blobstore.dev
Class BlobStorageFactory
- java.lang.Object
-
- com.google.appengine.api.blobstore.dev.BlobStorageFactory
-
public final class BlobStorageFactory extends java.lang.Object
BlobStorageFactory
provides some helper methods for instantiating implementations ofBlobStorage
andBlobInfoStorage
.
-
-
Constructor Summary
Constructors Constructor and Description BlobStorageFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static BlobInfoStorage
getBlobInfoStorage()
static BlobStorage
getBlobStorage()
-
-
-
Method Detail
-
getBlobInfoStorage
public static BlobInfoStorage getBlobInfoStorage()
-
getBlobStorage
public static BlobStorage getBlobStorage()
-
-