
com.github.raphc.maven.plugins.selenese4j.functions.PreDefinedFunction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of selenese4j-maven-plugin-api Show documentation
Show all versions of selenese4j-maven-plugin-api Show documentation
This is the plugin API needed to develop your own function
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