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

nl.hsac.fitnesse.fixture.util.Formatter Maven / Gradle / Ivy

There is a newer version: 5.3.17
Show newest version
package nl.hsac.fitnesse.fixture.util;

/**
 * Generates pre-formatted version of an Object.
 */
public interface Formatter {
    /**
     * Creates formatted version of the supplied value.
     * @param value value to format.
     * @return formatted version.
     */
    String format(String value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy