Class ConfigurationContainer

    • Constructor Detail

      • ConfigurationContainer

        public ConfigurationContainer()
    • Method Detail

      • getConfiguration

        public Object getConfiguration()
        Get the configuration as DOM object.
        Returns:
        Object
      • getInherited

        public String getInherited()
        Get whether any configuration should be propagated to child POMs.
        Returns:
        String
      • setConfiguration

        public void setConfiguration​(Object configuration)
        Set the configuration as DOM object.
        Parameters:
        configuration -
      • setInherited

        public void setInherited​(String inherited)
        Set whether any configuration should be propagated to child POMs.
        Parameters:
        inherited -
      • unsetInheritanceApplied

        public void unsetInheritanceApplied()
      • isInheritanceApplied

        public boolean isInheritanceApplied()