TempFileManager.java 513 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.adobe.service.DataManager
 */
package com.adobe.aemfd.docmanager;

import com.adobe.service.DataManager;
import java.io.File;
import java.io.IOException;

public interface TempFileManager {
    public File getTempFile() throws IOException;

    public File getTempFile(String var1, String var2) throws IOException;

    public File getTransactionBoundTempFile() throws IOException;

    public DataManager getDataManager();
}