-
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:
-
-
Maven Artifact Identifier:
-
-
Since:
-
Property Summary
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. |
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
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>