io.sarl.lang.validation
Class ConfigurableIssueSeveritiesProviderProvider
class ConfigurableIssueSeveritiesProviderProvider
extends java.lang.Object
Provider of a configurable issue severity provider that is a singleton.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Since:
0.15
Property Summary
Modifier and type Property and description
ConfigurableIssueSeveritiesProvider provider
Replies the SARL configuration implementation.
Nested Type Summary
Modifier and type Type and description
class ConfigurableIssueSeveritiesProviderProvider.SarlInterfaceProvider
Provider of a configurable issue severity provider that is a singleton.
class ConfigurableIssueSeveritiesProviderProvider.XtextImplementationProvider
Provider of a configurable issue severity provider that is a singleton.
Constructor Summary
Constructor and description
new(Injector)
Constructor.
Action Summary
Modifier and type Action and description
ConfigurableIssueSeveritiesProvider getProvider
Replies the SARL configuration implementation.
Property Details
provider
val provider : ConfigurableIssueSeveritiesProvider
Replies the SARL configuration implementation.

This property is an alias for the action: getProvider

Returns:
the singleton.
Constructor Details
new(Injector)
new(Injector)
Constructor.
Parameters:
injector - the injector.
Action Details
getProvider
def getProvider : ConfigurableIssueSeveritiesProvider
Replies the SARL configuration implementation.
Returns:
the singleton.