Package com.io7m.coffeepick.api
Class CoffeePickSearches
- java.lang.Object
-
- com.io7m.coffeepick.api.CoffeePickSearches
-
public final class CoffeePickSearches extends java.lang.ObjectFunctions to implement searches over runtimes.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanmatchesExact(RuntimeDescription runtime, CoffeePickSearch parameters)static booleanmatchesInexact(RuntimeDescription runtime, CoffeePickSearch parameters)
-
-
-
Method Detail
-
matchesExact
public static boolean matchesExact(RuntimeDescription runtime, CoffeePickSearch parameters)
- Parameters:
runtime- The runtime runtimesparameters- The search parameters- Returns:
trueif the given runtime is matched by the given search parameters
-
matchesInexact
public static boolean matchesInexact(RuntimeDescription runtime, CoffeePickSearch parameters)
- Parameters:
runtime- The runtime runtimesparameters- The search parameters- Returns:
trueif the given runtime is matched by the given search parameters
-
-