Class DiffCommand


  • public class DiffCommand
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void diff​(aQute.bnd.main.DiffCommand.diffOptions options)  
      static void show​(java.io.PrintWriter out, aQute.bnd.service.diff.Diff diff, int indent, boolean limited)  
      static void show​(java.io.PrintWriter out, aQute.bnd.service.diff.Tree tree, int indent)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • diff

        public void diff​(aQute.bnd.main.DiffCommand.diffOptions options)
                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • show

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

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