IGenerateConfig

public interface IGenerateConfig

Configuration for a language that generates source files in a directory.

Methods

directory

String directory()
Returns:Directory to which source files are generated, relative to a project root.

languageName

String languageName()
Returns:Name of the language for which source files are generated.