Class ErrorMessageDeclarationCrawler.Result
- java.lang.Object
-
- com.exasol.errorcodecrawlermavenplugin.crawler.ErrorMessageDeclarationCrawler.Result
-
- Enclosing class:
- ErrorMessageDeclarationCrawler
public static class ErrorMessageDeclarationCrawler.Result extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ErrorMessageDeclaration>getErrorMessageDeclarations()Get the crawled error codes.List<Finding>getFindings()Get the findings that occurred during the crawling.
-
-
-
Method Detail
-
getErrorMessageDeclarations
public List<ErrorMessageDeclaration> getErrorMessageDeclarations()
Get the crawled error codes.- Returns:
- crawled error codes
-
-