Modifier and type | Field and description |
---|---|
public static val java.lang.String | NAME_POSTFIX String of characters that should be appended to the output configuration's name in order to recognized the configuration as being associated to an extra language generator. |
Modifier and type | Action and description |
---|---|
static java.lang.String | createOutputConfigurationName(String) Create and reply a name for an output configuration dedicated to the extra language generators. |
static boolean | isExtraLanguageOutputConfiguration(String) Replies if the given name is one for an output configuration that is associated to a extra language generator. |
public static val NAME_POSTFIX : java.lang.String = ".extraLanguageGeneratorConfiguration"
def createOutputConfigurationName(String) : java.lang.String
def isExtraLanguageOutputConfiguration(String) : boolean