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

com.aeontronix.enhancedmule.tools.exchange.APISpecSource Maven / Gradle / Ivy

/*
 * Copyright (c) Aeontronix 2020
 */

package com.aeontronix.enhancedmule.tools.exchange;


import java.io.IOException;
import java.io.OutputStream;
import java.util.Set;

public interface APISpecSource {
    Set listAPISpecFiles() throws IOException;

    void writeAPISpecFile(String name, OutputStream os) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy