Package aQute.bnd.main
Class DiffCommand
- java.lang.Object
-
- aQute.bnd.main.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)
-
-
-
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)
-
-