Class SingleErrorCodeConfig
java.lang.Object
com.exasol.errorcodecrawlermavenplugin.config.SingleErrorCodeConfig
This class represents the config for a single error tag in the error code config file. It is created by
ErrorCodeConfigReader.-
Constructor Summary
ConstructorsConstructorDescriptionSingleErrorCodeConfig(List<String> packages, int highestIndex) Create a new instance ofSingleErrorCodeConfig. -
Method Summary
-
Constructor Details
-
SingleErrorCodeConfig
Create a new instance ofSingleErrorCodeConfig.- Parameters:
packages- packages belonging to this error taghighestIndex- highest index of this error tag
-
-
Method Details