Class ActionSaxHandler

    • Constructor Detail

      • ActionSaxHandler

        public ActionSaxHandler​(MergepointAction action,
                                ConfigurationProvider configurationProvider,
                                UnitDescriptor unitDescriptor)
        Constructor.
        Parameters:
        action - paths of the underlying project, not null.
        configurationProvider - The access object for the configuration files, not null.
        unitDescriptor - The description of the generation unit, not null.
        Throws:
        NullPointerException - if an argument is null.
    • Method Detail

      • getAction

        public MergepointAction getAction()
        Returns the action which was configured by this handler.
        Returns:
        the action configured by this handler, not null.
      • getConfigurationProvider

        protected ConfigurationProvider getConfigurationProvider()
        Returns the configuration provider used by this handler.
        Returns:
        the configuration provider, not null.
      • getUnitDescriptor

        protected UnitDescriptor getUnitDescriptor()
        Returns the description of the generation unit.
        Returns:
        the description of the generation unit, not null.