Class SystemUtils

java.lang.Object
org.apache.jena.util.SystemUtils

public class SystemUtils extends Object
  • Constructor Details

    • SystemUtils

      public SystemUtils()
  • Method Details

    • chooseClassLoader

      public static ClassLoader chooseClassLoader()
    • getSystemProperty

      public static String getSystemProperty(String propName)
    • getSystemProperty

      public static String getSystemProperty(String propName, String defaultValue)