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