Class Flags

java.lang.Object
com.atlassian.plugin.webresource.Flags

public class Flags extends Object
A wrapper around the checks for various system properties and values so the remainder of the webresource plugin can be relatively undisturbed by implementation details
Since:
v3.7
  • Constructor Details

    • Flags

      public Flags()
  • Method Details

    • isDevMode

      public static boolean isDevMode()
    • isFileCacheEnabled

      public static boolean isFileCacheEnabled()
    • getFileCacheSize

      public static Integer getFileCacheSize(int defaultValue)