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

io.protostuff.compiler.parser.FileReaderFactory Maven / Gradle / Ivy

The newest version!
package io.protostuff.compiler.parser;

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

/**
 * Factory of {@link FileReader}'s.
 *
 * @author Kostiantyn Shchepanovskyi
 */
public interface FileReaderFactory {

    FileReader create(List includePathList);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy