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