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

com.webcohesion.enunciate.api.InterfaceDescriptionFile Maven / Gradle / Ivy

package com.webcohesion.enunciate.api;

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

/**
 * @author Ryan Heaton
 */
public interface InterfaceDescriptionFile {

  String getHref();

  void writeTo(File directory) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy