Uses of Class
com.exasol.errorcodecrawlermavenplugin.Finding
-
Packages that use Finding Package Description com.exasol.errorcodecrawlermavenplugin.crawler com.exasol.errorcodecrawlermavenplugin.validation -
-
Uses of Finding in com.exasol.errorcodecrawlermavenplugin.crawler
Methods in com.exasol.errorcodecrawlermavenplugin.crawler that return types with arguments of type Finding Modifier and Type Method Description List<Finding>ErrorMessageDeclarationCrawler.Result. getFindings()Get the findings that occurred during the crawling. -
Uses of Finding in com.exasol.errorcodecrawlermavenplugin.validation
Methods in com.exasol.errorcodecrawlermavenplugin.validation that return types with arguments of type Finding Modifier and Type Method Description List<Finding>ErrorMessageDeclarationValidator. validate(Collection<ErrorMessageDeclaration> errorMessageDeclarations)Validate the passed error message declarations.
-