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

io.github.md2conf.title.processor.TitleExtractor Maven / Gradle / Ivy

There is a newer version: 0.6.1
Show newest version
package io.github.md2conf.title.processor;

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

public interface TitleExtractor {

    String extractTitle(Path path) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy