Class FactoryContributionsHandler


  • public class FactoryContributionsHandler
    extends Object
    This class collects all contributed template factories and provides access to them
    • Method Detail

      • getInstance

        public static FactoryContributionsHandler getInstance()
        Returns the instance of this class.
        Returns:
        The instance of this class, cannot be null
      • getContributedFactories

        public Collection<IVariableFactory> getContributedFactories()
        Returns all contributed factories
        Returns:
        Contributed factories, cannot be null