ResourceBundleExporter.java
481 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* org.apache.sling.api.SlingHttpServletResponse
*/
package com.adobe.granite.i18n.impl.bundle;
import java.io.IOException;
import java.util.ResourceBundle;
import org.apache.sling.api.SlingHttpServletResponse;
public interface ResourceBundleExporter {
public static final String UTF8 = "utf-8";
public void export(ResourceBundle var1, SlingHttpServletResponse var2) throws IOException;
}