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

com.textrecruit.ustackserverapi.params.ValidatedParam Maven / Gradle / Ivy

There is a newer version: 1.0.31
Show newest version
package com.textrecruit.ustackserverapi.params;

import com.textrecruit.ustackserverapi.APIException;

/**
 * Interface for validating parameters
 * 
 * @author jdanner
 *
 */
public interface ValidatedParam {

	public void validate(String data) throws APIException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy