Package aQute.bnd.main
Class DiffCommand
- java.lang.Object
-
- aQute.bnd.main.DiffCommand
-
public class DiffCommand extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static interface
DiffCommand.diffOptions
-
Constructor Summary
Constructors Constructor Description DiffCommand(bnd bnd)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
diff(DiffCommand.diffOptions options)
private void
diff(DiffCommand.diffOptions options, DiffPluginImpl di, Jar newer, Jar older)
private static Tag
getTagFrom(Diff diff, boolean limited)
private static Tag
getTagFrom(java.lang.String name, Jar jar)
static void
show(java.io.PrintWriter out, Diff diff, int indent, boolean limited)
static void
show(java.io.PrintWriter out, Tree tree, int indent)
private static void
showTree(bnd bnd, DiffCommand.diffOptions options)
Just show the single tree
-
-
-
Field Detail
-
logger
private static final org.slf4j.Logger logger
-
bnd
bnd bnd
-
-
Constructor Detail
-
DiffCommand
DiffCommand(bnd bnd)
-
-
Method Detail
-
diff
public void diff(DiffCommand.diffOptions options) throws java.lang.Exception
- Throws:
java.lang.Exception
-
diff
private void diff(DiffCommand.diffOptions options, DiffPluginImpl di, Jar newer, Jar older) 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(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)
-
-