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

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

package io.github.md2conf.title.processor;

import io.github.md2conf.indexer.PagesStructure;

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

public interface PageStructureTitleProcessor {


    /**
     * Process pages structure to titleMap.
     * @param pagesStructure - pages structure
     * @return a Map, where key of titleMap is absolute path to file, value of titleMap is page title
     */
    Map toTitleMap(PagesStructure pagesStructure) throws IOException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy