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

org.sakaiproject.api.app.scheduler.ConfigurableJobPropertyValidator Maven / Gradle / Ivy

There is a newer version: 23.3
Show newest version
package org.sakaiproject.api.app.scheduler;

/**
 * Created by IntelliJ IDEA.
 * User: duffy
 * Date: Aug 3, 2010
 * Time: 10:00:19 AM
 * To change this template use File | Settings | File Templates.
 */
public interface ConfigurableJobPropertyValidator
{
    public void assertValid (String propertyLabel, String value)
        throws ConfigurableJobPropertyValidationException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy