org.jbake.model.DocumentStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jbake-core Show documentation
Show all versions of jbake-core Show documentation
JBake is a Java based open source static site/blog generator for developers.
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