io.sarl.lang.pythongenerator.configuration
Interface IPyGeneratorConfigurationProvider
All Known Implementing Classes:
PyGeneratorConfigurationProvider
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or action reference.
@java.lang.FunctionalInterface
interface IPyGeneratorConfigurationProvider
Provider of a configuration for the SARL-to-Python generator.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
pythongenerator
Since:
0.8
Action Summary
Modifier and type Action and description
abstract PyGeneratorConfiguration get(Resource,boolean)
Replies the configuration for the given context.
Action Details
get(Resource,boolean)
def get(Resource,boolean) : PyGeneratorConfiguration
Replies the configuration for the given context. If the configuration does not exist, it may be automatically installed within the context.
Parameters:
context - the context.
installedIfNew - true to install the configuration if it is new, false to not install it.
Returns:
the configuration, never null .