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

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

There is a newer version: 2.0.0-alpha4
Show newest version
/*
 * Copyright (c) Aeontronix 2022
 */

package com.aeontronix.enhancedmule.tools.anypoint;


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 - 2024 Weber Informatics LLC | Privacy Policy