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

com.github.raphc.maven.plugins.selenese4j.functions.PreDefinedFunction Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package com.github.raphc.maven.plugins.selenese4j.functions;

/**
 * @author Raphael
 *
 */
public interface PreDefinedFunction {

	/**
	 * 
	 * @param instruction
	 * @return
	 */
	public boolean matches(String instruction);
	
	/**
	 * 
	 * @param token
	 */
	public String replaceByValue(String token) throws NotMatchedException;
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy