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

org.jbake.model.DocumentStatus Maven / Gradle / Ivy

Go to download

JBake is a Java based open source static site/blog generator for developers.

There is a newer version: 2.7.0-rc.7
Show newest version
package org.jbake.model;

/**
 * Enumeration used to determine whether rendering of a document
 * should be done.
 *
 * @author Cédric Champeau
 */
public enum DocumentStatus {
    NEW,
    UPDATED,
    IDENTICAL
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy