Interface ProjectManagerErrors
-
- All Known Implementing Classes:
ProjectManagerErrorsAccumulator
,ProjectManagerErrorsImpl
public interface ProjectManagerErrors
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearError(File file)
boolean
containsError(File file)
List<File>
getBrokenConfigFiles()
Map<File,Throwable>
getErrors()
void
reportBrokenConfigurationAsCriticalError(File file, Throwable error)
void
reportBrokenConfigurationAsCriticalError(File file, Throwable error, boolean logMessage)
-