Package aQute.bnd.main
Class DiffCommand
java.lang.Object
aQute.bnd.main.DiffCommand
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddiff(DiffCommand.diffOptions options) private voiddiff(DiffCommand.diffOptions options, DiffPluginImpl di, Jar newer, Jar older) private static TaggetTagFrom(Diff diff, boolean limited) private static TaggetTagFrom(String name, Jar jar) static voidshow(PrintWriter out, Diff diff, int indent, boolean limited) static voidshow(PrintWriter out, Tree tree, int indent) private static voidshowTree(bnd bnd, DiffCommand.diffOptions options) Just show the single tree
-
Field Details
-
logger
private static final org.slf4j.Logger logger -
bnd
bnd bnd
-
-
Constructor Details
-
DiffCommand
DiffCommand(bnd bnd)
-
-
Method Details
-
diff
- Throws:
Exception
-
diff
private void diff(DiffCommand.diffOptions options, DiffPluginImpl di, Jar newer, Jar older) throws Exception - Throws:
Exception
-
showTree
Just show the single tree- Parameters:
bnd-options-- Throws:
Exception
-
getTagFrom
-
getTagFrom
- Throws:
Exception
-
show
-
show
-