Interface ReloadableModule.DeploymentStatus

  • Enclosing interface:
    ReloadableModule

    public static interface ReloadableModule.DeploymentStatus
    • Method Detail

      • getMessage

        @NotNull
        String getMessage()
        Returns:
        the message describing the current status it is likely to appear in some short logging or UI notification
      • canBeDeployed

        boolean canBeDeployed()
        Returns:
        if that module can be deployed on demand. if it is already deployed returns true as for 191 the module will be deployed automatically (providing that they can be deployed) on any class or class loader request)
      • isDeployed

        boolean isDeployed()