io.sarl.lang.compiler
Class GeneratorConfigProvider2
All Superinterfaces:
IGeneratorConfigProvider2
class GeneratorConfigProvider2
extends java.lang.Object
implements IGeneratorConfigProvider2
Provider of a generator configuration v2.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Since:
0.4
Nested Type Summary
Modifier and type Type and description
class GeneratorConfigProvider2.GeneratorConfigAdapter
Adapter for providing the SARL generator configuration.
Constructor Summary
Constructor and description
new
Action Summary
Modifier and type Action and description
GeneratorConfig2 get(EObject)
GeneratorConfig2 install(ResourceSet,GeneratorConfig2)
Install the given configuration in the resource set.
Constructor Details
new
new
Action Details
get(EObject)
def get(EObject) : GeneratorConfig2
install(ResourceSet,GeneratorConfig2)
def install(ResourceSet,GeneratorConfig2) : GeneratorConfig2
Install the given configuration in the resource set.
Parameters:
resourceSet - the resource set.
config - the ne configuration.
Returns:
the configuration.