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 by ErrorCodeConfigReader.
  • Constructor Details

    • SingleErrorCodeConfig

      public SingleErrorCodeConfig(List<String> packages, int highestIndex)
      Create a new instance of SingleErrorCodeConfig.
      Parameters:
      packages - packages belonging to this error tag
      highestIndex - highest index of this error tag
  • Method Details