Class DerbyUtils

java.lang.Object
org.aksw.commons.util.derby.DerbyUtils

public class DerbyUtils extends Object
Utils to disable derby.log file - see: https://stackoverflow.com/questions/1004327/getting-rid-of-derby-log Derby is occasionally pulled in by certain dependencies. System.setProperty("derby.stream.error.field", "org.aksw.commons.util.derby.DerbyUtils.DEV_NULL");
  • Field Details

  • Constructor Details

    • DerbyUtils

      public DerbyUtils()
  • Method Details

    • disableDerbyLog

      public static void disableDerbyLog()