public final class Utils extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> String |
loadBody(String name,
Class<T> klass)
Loads some sparql related to a class.
|
static <T extends Comparable<? super T>> |
max(T a,
T b)
Find the max of two
Comparable. |
public static <T extends Comparable<? super T>> T max(T a, T b)
Comparable.public static <T> String loadBody(String name, Class<T> klass)
name - name of the sparql file to load - the actual file loaded is
%klass%.%name%.sparql.klass - Class to which this data is related - used to find the file.FatalException - if there is an error loading the fileCopyright © 2019. All rights reserved.