Package com.atlassian.plugin.parsers
Class SafeModeCommandLineArguments
java.lang.Object
com.atlassian.plugin.parsers.SafeModeCommandLineArguments
@ParametersAreNonnullByDefault
@ReturnValuesAreNonnullByDefault
public class SafeModeCommandLineArguments
extends Object
This is used by the application this library is bundled with, it shouldn't be changed without also changing all the products it is bundled with.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionUsed for analyticsstatic Stringstatic StringbooleanisDisabledByParam(String pluginKey) booleanboolean
-
Field Details
-
PLUGIN_LIST_SEPARATOR
- See Also:
-
-
Constructor Details
-
SafeModeCommandLineArguments
-
-
Method Details
-
getDisableLastEnabledLinux
-
getDisableLastEnabledWindows
-
getSafeModeArguments
-
getDisabledPlugins
Used for analytics- Returns:
- all plugins that have been specified using the parameter --disable-addons
-
isSafeMode
public boolean isSafeMode() -
shouldLastEnabledBeDisabled
public boolean shouldLastEnabledBeDisabled() -
isDisabledByParam
-