public interface ProjectProblemsImplementation
ProjectProblems
API.Modifier and Type | Method and Description |
---|---|
CompletableFuture<Void> |
showAlert(Project project)
Show alert message box informing user that a project has problems (broken references).
|
CompletableFuture<Void> |
showCustomizer(Project project)
Shows a customizer, or another UI to handle project problems.
|
CompletableFuture<Void> showAlert(@NonNull Project project)
project
- to show the alert for.CompletableFuture<Void> showCustomizer(@NonNull Project project)
project
- whose problems should be resolved.