Package com.atlassian.plugin.webresource
Class Flags
java.lang.Object
com.atlassian.plugin.webresource.Flags
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IntegergetFileCacheSize(int defaultValue) static booleanstatic boolean
-
Constructor Details
-
Flags
public Flags()
-
-
Method Details
-
isDevMode
public static boolean isDevMode() -
isFileCacheEnabled
public static boolean isFileCacheEnabled() -
getFileCacheSize
-