RepositoryService.java 475 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.forms.external.service;

import com.adobe.forms.external.service.ResourceVO;
import java.io.InputStream;
import java.util.Date;

public interface RepositoryService {
    public InputStream getResourceContentAsStream(String var1) throws Exception;

    public Date getResourceUpdateTime(String var1) throws Exception;

    public String getProtocol();

    public ResourceVO getResource(String var1) throws Exception;
}