public class PMMLImplementationsUtil extends Object
Constructor and Description |
---|
PMMLImplementationsUtil() |
Modifier and Type | Method and Description |
---|---|
protected static org.kie.api.pmml.PMMLConstants |
getFromClassPath(boolean isLegacyPresent,
boolean isTrustyPresent) |
protected static org.kie.api.pmml.PMMLConstants |
getFromPropertyAndClasspath(org.kie.api.pmml.PMMLConstants pmmlConstants,
boolean isLegacyPresent,
boolean isTrustyPresent) |
protected static org.kie.api.pmml.PMMLConstants |
getPMMLConstants(boolean isLegacyPresent,
boolean isTrustyPresent) |
static boolean |
isjPMMLAvailableToClassLoader(ClassLoader classLoader) |
protected static org.kie.api.pmml.PMMLConstants |
returnImplementation(org.kie.api.pmml.PMMLConstants toReturn,
boolean isPresent) |
static org.kie.api.pmml.PMMLConstants |
toEnable(ClassLoader classLoader) |
public static org.kie.api.pmml.PMMLConstants toEnable(ClassLoader classLoader)
classLoader
- protected static org.kie.api.pmml.PMMLConstants getPMMLConstants(boolean isLegacyPresent, boolean isTrustyPresent)
protected static org.kie.api.pmml.PMMLConstants getFromPropertyAndClasspath(org.kie.api.pmml.PMMLConstants pmmlConstants, boolean isLegacyPresent, boolean isTrustyPresent)
protected static org.kie.api.pmml.PMMLConstants getFromClassPath(boolean isLegacyPresent, boolean isTrustyPresent)
protected static org.kie.api.pmml.PMMLConstants returnImplementation(org.kie.api.pmml.PMMLConstants toReturn, boolean isPresent)
public static boolean isjPMMLAvailableToClassLoader(ClassLoader classLoader)
classLoader
- true
if org.kie.dmn.jpmml.DMNjPMMLInvocationEvaluator is found in the given ClassLoader
,
false
otherwiseCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.