1.9.30 sync.
[gae.git] / java / src / main / com / google / appengine / api / files / IFileServiceFactory.java
blobbdd0672babd98e290dd897c0e0840373045c7372
1 // Copyright 2012 Google Inc. All rights reserved.
3 package com.google.appengine.api.files;
5 /**
6 * A factory for producing instances of {@link FileService}.
8 */
9 @Deprecated
10 public interface IFileServiceFactory {
11 /**
12 * Returns an instance of {@link FileService}.
14 FileService getFileService();