Interface XmlModuleDescriptorUpdater.ItemPrinter

    • Method Detail

      • print

        void print​(ModuleDescriptor parent,
                   java.lang.Object item,
                   java.io.PrintWriter out)
        Print an XML representation of item to out.
        Parameters:
        parent - the module descriptor containing item
        item - subcomponent of the descriptor, for example a DependencyDescriptor or Configuration
        out - PrintWriter