edu.stanford.protege.webprotege.init.ConfigurationTask Maven / Gradle / Ivy
The newest version!
package edu.stanford.protege.webprotege.init;
/**
* Author: Matthew Horridge
* Stanford University
* Bio-Medical Informatics Research Group
* Date: 10/04/2013
*/
public interface ConfigurationTask {
/**
* Runs this configuration check. If there is an error and the check fails it throws a {@link WebProtegeConfigurationException}.
* @throws WebProtegeConfigurationException if the check failed.
*/
void run() throws WebProtegeConfigurationException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy