| |
|
| java.lang.Object com.hp.hpl.jena.JenaRuntime
JenaRuntime | public class JenaRuntime (Code) | | Methods and constants that define features of the curren the environment.
Primarily for other parts of the Jena framework.
author: Andy Seaborne version: $Id: JenaRuntime.java,v 1.11 2008/01/02 12:11:22 andy_seaborne Exp $ |
featureNoCharset | final public static String featureNoCharset(Code) | | The JVM does not implement java.nio.charset.Charset operations (correctly)
|
featureNoSecurity | final public static String featureNoSecurity(Code) | | The JVM does not implement java.security (correctly)
|
getLineSeparator | public static String getLineSeparator()(Code) | | |
runNotUnder | public static boolean runNotUnder(String featureName)(Code) | | |
runUnder | public static boolean runUnder(String featureName)(Code) | | |
setFeature | public static void setFeature(String featureName)(Code) | | |
|
|
|