GitOrigin-RevId: 0a497f91dc4bb7e5ef2cb74fca520b3bbef22b30
This commit is contained in:
Vladimir Krivosheev
2020-10-22 13:56:22 +02:00
committed by intellij-monorepo-bot
parent 4b789aec42
commit 48a558e6b0
4 changed files with 22 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.openapi.compiler;
import com.intellij.execution.configurations.RunConfiguration;
@@ -219,6 +219,7 @@ public abstract class CompilerManager {
* @return true if make on the scope specified wouldn't do anything or false if something is to be compiled or deleted
*/
public abstract boolean isUpToDate(@NotNull CompileScope scope);
/**
* Rebuild the whole project from scratch. Compiler excludes are honored.
*