LanguageUtils

public class LanguageUtils

Methods

active

public static ILanguageImpl active(Iterable<? extends ILanguageImpl> impls)

allActiveComponents

public static Iterable<ILanguageComponent> allActiveComponents(ILanguageService languageService)

allActiveImpls

public static Iterable<ILanguageImpl> allActiveImpls(ILanguageService languageService)

toComponents

public static Set<ILanguageComponent> toComponents(Iterable<? extends ILanguageImpl> impls)

toImpls

public static Set<ILanguageImpl> toImpls(Iterable<? extends ILanguageComponent> components)