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) |
getInstance
public ProjectLoadingErrorsNotifierImpl(Project project)
public void registerError(ConfigurationErrorDescription errorDescription)
registerError
in class ProjectLoadingErrorsNotifier
public void registerErrors(java.util.Collection<? extends ConfigurationErrorDescription> errorDescriptions)
registerErrors
in class ProjectLoadingErrorsNotifier