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

org.jgrasstools.server.jetty.providers.css.ICssProvider Maven / Gradle / Ivy

The newest version!
package org.jgrasstools.server.jetty.providers.css;

import java.util.List;

public interface ICssProvider {
    
    default String getName(){
        return "cssprovider";
    }
    
    /**
     * Getter for the full url as for example: 
     * 
     * @return the list of urls.
     */
    List getUrls();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy