Package uk.gov.gchq.koryphe.util
Class SummaryUtil
- java.lang.Object
-
- uk.gov.gchq.koryphe.util.SummaryUtil
-
public final class SummaryUtil extends Object
Utility class for checking Summary strings within the project.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
validateSummaryString(String summaryString)
Carry out a simple check to determine if the input string represents a valid summary string.
-
-
-
Method Detail
-
validateSummaryString
public static boolean validateSummaryString(String summaryString)
Carry out a simple check to determine if the input string represents a valid summary string.- Parameters:
summaryString
- the summary string to check- Returns:
true
if the summary string is valid, otherwisefalse
-
-