
com.metreeca.mark.Task Maven / Gradle / Ivy
/*
* Copyright © 2019-2020 Metreeca srl. All rights reserved.
*/
package com.metreeca.mark;
/**
* Site generation task.
*
* Coordinates the execution of a site generation task
*/
@FunctionalInterface public interface Task {
/**
* Executes this task.
*
* @param mark the site generation engine
*/
public void exec(final Mark mark);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy