Tabnine Logo
PluginUtils.doesPluginRequireRestart
Code IndexAdd Tabnine to your IDE (free)

How to use
doesPluginRequireRestart
method
in
com.atlassian.plugin.util.PluginUtils

Best Java code snippets using com.atlassian.plugin.util.PluginUtils.doesPluginRequireRestart (Showing top 2 results out of 315)

origin: com.atlassian.plugins/atlassian-plugins-osgi

private boolean requiresRestart() {
  return frameworkStarted && PluginUtils.doesPluginRequireRestart(this);
}
origin: com.atlassian.plugins/atlassian-plugins-core

if (PluginUtils.doesPluginRequireRestart(plugin)) {
  if (oldPlugin == null) {
    markPluginInstallThatRequiresRestart(plugin);
else if (oldPlugin != null && PluginUtils.doesPluginRequireRestart(oldPlugin)) {
com.atlassian.plugin.utilPluginUtilsdoesPluginRequireRestart

Javadoc

Determines if a plugin requires a restart after being installed at runtime. Looks for the annotation RequiresRestart on the plugin's module descriptors.

Popular methods of PluginUtils

  • isAtlassianDevMode
  • getDefaultEnablingWaitPeriod
  • doesModuleElementApplyToApplication
    Determines if a module element applies to the current application by matching the 'application' attr
  • asString
  • getPluginModulesThatRequireRestart
    Gets a list of all the module keys in a plugin that require restart. Looks for the annotation Requir

Popular in Java

  • Start an intent from android
  • getApplicationContext (Context)
  • compareTo (BigDecimal)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • GridBagLayout (java.awt)
    The GridBagLayout class is a flexible layout manager that aligns components vertically and horizonta
  • Kernel (java.awt.image)
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now