Class XmlPlexusConfigurationWriter

    • Constructor Detail

      • XmlPlexusConfigurationWriter

        public XmlPlexusConfigurationWriter()
    • Method Detail

      • display

        private void display​(PlexusConfiguration c,
                             java.io.Writer w,
                             int depth)
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • displayTag

        private void displayTag​(PlexusConfiguration c,
                                java.io.Writer w,
                                int depth)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • attributes

        private void attributes​(PlexusConfiguration c,
                                java.io.Writer w)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • indent

        private void indent​(int depth,
                            java.io.Writer w)
                     throws java.io.IOException
        Throws:
        java.io.IOException