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 voiddiff(aQute.bnd.main.DiffCommand.diffOptions options)static voidshow(java.io.PrintWriter out, aQute.bnd.service.diff.Diff diff, int indent, boolean limited)static voidshow(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)
-
-