io.sarl.lang.extralanguage
Class JavaPluginExtraLanguageContributions
All Superinterfaces:
IExtraLanguageContributions
@javax.inject.Singleton
class JavaPluginExtraLanguageContributions
extends java.lang.Object
implements IExtraLanguageContributions
Tool for obtaining all the contributions as an extra-language generators.

The contributions are obtained from the definitions of Java plugins.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Since:
0.8
Property Summary
Modifier and type Property and description
java.util.Collection<E> contributions
Constructor Summary
Constructor and description
new
Action Summary
Modifier and type Action and description
java.util.Collection<E> getContributions
void setContributionChecker(Predicate<T>)
Property Details
contributions
val contributions : java.util.Collection<E>

This property is an alias for the action: getContributions

Constructor Details
new
new
Action Details
getContributions
def getContributions : java.util.Collection<E>
setContributionChecker(Predicate<T>)
def setContributionChecker(Predicate<T>)