ILanguageComponentConfigService

public interface ILanguageComponentConfigService

Stores and retrieves language component configurations.

Methods

available

boolean available(FileObject rootFolder)

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

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

True if a configuration exists, false otherwise.

get

ConfigRequest<ILanguageComponentConfig> get(FileObject rootFolder)

Gets the configuration for the language component at given location.

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

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