public class ProjectLoadingErrorsNotifierImpl extends ProjectLoadingErrorsNotifier
| Constructor and Description |
|---|
ProjectLoadingErrorsNotifierImpl(Project project) |
| Modifier and Type | Method and Description |
|---|---|
void |
registerError(ConfigurationErrorDescription errorDescription) |
void |
registerErrors(java.util.Collection<? extends ConfigurationErrorDescription> errorDescriptions) |
getInstancepublic ProjectLoadingErrorsNotifierImpl(Project project)
public void registerError(ConfigurationErrorDescription errorDescription)
registerError in class ProjectLoadingErrorsNotifierpublic void registerErrors(java.util.Collection<? extends ConfigurationErrorDescription> errorDescriptions)
registerErrors in class ProjectLoadingErrorsNotifier