ILanguageSpecConfigService

public interface ILanguageSpecConfigService

Stores and retrieves language specification configurations.

Methods

available

boolean available(FileObject rootFolder)

Checks if a configuration exists for the language specification at the given location.

Parameters:
  • rootFolder – The language specification root folder.
Returns:

True if a configuration exists, false otherwise.

get

ConfigRequest<? extends ILanguageSpecConfig> get(FileObject rootFolder)

Gets the configuration for the language specification at the given location.

Parameters:
  • rootFolder – The language specification root folder.
Returns:

Configuration request, either with a valid configuration, or a collection of error messages.