Class DiffCommand


  • public class DiffCommand
    extends java.lang.Object
    • Field Detail

      • logger

        private static final org.slf4j.Logger logger
    • Constructor Detail

      • DiffCommand

        DiffCommand​(bnd bnd)
    • Method Detail

      • diff

        public void diff​(DiffCommand.diffOptions options)
                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • showTree

        private static void showTree​(bnd bnd,
                                     DiffCommand.diffOptions options)
                              throws java.lang.Exception
        Just show the single tree
        Parameters:
        bnd -
        options -
        Throws:
        java.lang.Exception
      • getTagFrom

        private static Tag getTagFrom​(Diff diff,
                                      boolean limited)
      • getTagFrom

        private static Tag getTagFrom​(java.lang.String name,
                                      Jar jar)
                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • show

        public static void show​(java.io.PrintWriter out,
                                Diff diff,
                                int indent,
                                boolean limited)
      • show

        public static void show​(java.io.PrintWriter out,
                                Tree tree,
                                int indent)