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