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

net.kemitix.dependency.digraph.maven.plugin.SourceFileProvider Maven / Gradle / Ivy

There is a newer version: 0.9.1
Show newest version
package net.kemitix.dependency.digraph.maven.plugin;

import java.io.File;
import java.util.List;

/**
 * Interface for processing a list of directories.
 *
 * @author pcampbell
 */
interface SourceFileProvider {

    /**
     * Process the list of directories and return the list of java files.
     *
     * @param directories the directories to process
     */
    List process(List directories);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy