
org.bedework.calfacade.util.Sysprop Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bw-calendar-facade Show documentation
Show all versions of bw-calendar-facade Show documentation
Common calendar classes and code for bedework
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