io.sarl.lang.pythongenerator.configuration
Class PyOutputConfigurationProvider
All Superinterfaces:
org.eclipse.xtext.generator.IOutputConfigurationProvider
class PyOutputConfigurationProvider
extends java.lang.Object
implements org.eclipse.xtext.generator.IOutputConfigurationProvider
Provide the output configuration from the SARL code and the extra languages.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
pythongenerator
Since:
0.6
Property Summary
Modifier and type Property and description
java.util.Set<E> outputConfigurations
Field Summary
Modifier and type Field and description
public static val java.lang.String OUTPUT_CONFIGURATION_NAME
Name of the output configuration for Python 3 generator.
public static val java.lang.String OUTPUT_FOLDER
Name of the output folder in which the Python 3 files are generated.
Constructor Summary
Constructor and description
new
Action Summary
Modifier and type Action and description
java.util.Set<E> getOutputConfigurations
Property Details
outputConfigurations
val outputConfigurations : java.util.Set<E>

This property is an alias for the action: getOutputConfigurations

Field Details
OUTPUT_CONFIGURATION_NAME
public static val OUTPUT_CONFIGURATION_NAME : java.lang.String
Name of the output configuration for Python 3 generator.
OUTPUT_FOLDER
public static val OUTPUT_FOLDER : java.lang.String = "target/generated-sources/python3"
Name of the output folder in which the Python 3 files are generated.
Constructor Details
new
new
Action Details
getOutputConfigurations
def getOutputConfigurations : java.util.Set<E>