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

com.webcohesion.enunciate.api.resources.ResourceApi Maven / Gradle / Ivy

There is a newer version: 2.18.1
Show newest version
package com.webcohesion.enunciate.api.resources;

import com.webcohesion.enunciate.api.InterfaceDescriptionFile;

import java.util.List;

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

  boolean isIncludeResourceGroupName();

  InterfaceDescriptionFile getWadlFile();

  List getResourceGroups();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy