com.google.appengine.api.files
Interface IFileServiceFactory
-
Deprecated.
@Deprecated public interface IFileServiceFactory
A factory for producing instances ofFileService
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method and Description FileService
getFileService()
Deprecated.Returns an instance ofFileService
.
-
-
-
Method Detail
-
getFileService
FileService getFileService()
Deprecated.Returns an instance ofFileService
.
-
-