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

de.larsgrefer.sass.embedded.CompilationResult Maven / Gradle / Ivy

package de.larsgrefer.sass.embedded;

import java.util.List;

/**
 * @author Lars Grefer
 * @see CompileSuccess
 * @see SassCompilationFailedException
 */
public interface CompilationResult {

    List getLoadedUrls();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy