All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bedework.calfacade.util.Sysprop Maven / Gradle / Ivy

The newest version!
/* ********************************************************************
    Appropriate copyright notice
*/
package org.bedework.calfacade.util;

/**
 * User: mike Date: 12/27/21 Time: 00:33
 */
public class Sysprop {
  public static boolean readOnlySystem() {
    return Boolean.getBoolean("org.bedework.readonly-system");
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy