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

net.anotheria.anodoc.query2.MatchingInfo Maven / Gradle / Ivy

package net.anotheria.anodoc.query2;

/**
 * Used to present matches in the search page.
 * @author another
 *
 */
public interface MatchingInfo {
	/**
	 * Returns the html presentation of the match.
	 * @return
	 */
	String toHtml();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy