Class XppStreamConsumer

    • Constructor Detail

      • XppStreamConsumer

        public XppStreamConsumer​(ScmLogger logger)
    • Method Detail

      • consumeLine

        public final void consumeLine​(String line)
        Specified by:
        consumeLine in interface org.codehaus.plexus.util.cli.StreamConsumer
      • run

        public void run()
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread
      • caughtParseException

        protected void caughtParseException​(Exception e)
      • parse

        protected void parse​(org.codehaus.plexus.util.xml.pull.XmlPullParser p)
                      throws org.codehaus.plexus.util.xml.pull.XmlPullParserException,
                             IOException
        Throws:
        org.codehaus.plexus.util.xml.pull.XmlPullParserException
        IOException
      • waitComplete

        public void waitComplete()
        close the input and wait for parsing to complete
      • endTag

        protected void endTag​(List<String> tagPath)