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

net.sourceforge.pmd.doc.internal.FileWriter Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
/**
 * BSD-style license; for more info see http://pmd.sourceforge.net/license.html
 */

package net.sourceforge.pmd.doc.internal;

import java.io.IOException;
import java.nio.file.Path;
import java.util.List;

public interface FileWriter {

    void write(Path path, List lines) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy