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

com.varmateo.yawg.spi.PageContext Maven / Gradle / Ivy

/**************************************************************************
 *
 * Copyright (c) 2016-2020 Yawg project contributors.
 *
 **************************************************************************/

package com.varmateo.yawg.spi;

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


/**
 * Information to be used by a baker when baking a file.
 */
public interface PageContext {


    /**
     * The URL of the directory containing the current page relative
     * to the top of the document tree.
     */
    String dirUrl();


    /**
     * Template to be used when generating the target page.
     */
    Optional