public class JenaRuntime extends Object
Modifier and Type | Field and Description |
---|---|
static String |
featureNoCharset
The JVM does not implement java.nio.charset.Charset operations (correctly)
|
static String |
featureNoSecurity
The JVM does not implement java.security (correctly)
|
Constructor and Description |
---|
JenaRuntime() |
Modifier and Type | Method and Description |
---|---|
static String |
getLineSeparator() |
static String |
getMetadata(String key,
String defaultValue) |
static String |
getSystemProperty(String propName) |
static String |
getSystemProperty(String propName,
String defaultValue) |
static boolean |
runNotUnder(String featureName) |
static boolean |
runUnder(String featureName) |
static void |
setFeature(String featureName) |
public static final String featureNoSecurity
public static final String featureNoCharset
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP