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

au.com.agic.apptesting.utils.CrossPlatformUtils Maven / Gradle / Ivy

package au.com.agic.apptesting.utils;

import javax.validation.constraints.NotNull;

/**
 * Methods for dealing with cross platform issues
 */
public interface CrossPlatformUtils {

	/**
	 * @param input The string to normalise
	 * @return The input string with consistent line breaks
	 */
	String normaliseLineBreaks(@NotNull final String input);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy