All Downloads are FREE. Search and download functionalities are using the official Maven repository.

simple.server.extension.d20.apt.IAPTExporter Maven / Gradle / Ivy

The newest version!
package simple.server.extension.d20.apt;

import java.io.File;
import java.io.IOException;

/**
 *
 * @author Javier A. Ortiz Bultron [email protected]
 */
public interface IAPTExporter {

    /**
     * Export data to HTML site.
     *
     * @param root
     * @throws IOException
     */
    void export(File root) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy