ILanguageSpecConfig

public interface ILanguageSpecConfig extends ILanguageComponentConfig

Configuration of a language specification at build time, an extension of the ILanguageComponentConfig runtime configuration. To create a new instance of this interface, use an ILanguageSpecConfigBuilder interface.

Methods

pardonedLanguages

Collection<String> pardonedLanguages()

Gets a sequence of languages whose errors are ignored.

Returns:The pardoned languages.

useBuildSystemSpec

boolean useBuildSystemSpec()

Use the build system (Maven/Gradle) specification for building this language specification.

Returns:True to use the build system specification, false otherwise.