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 TypeMethodDescriptionvoid
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
(String name, Jar jar) static void
show
(PrintWriter out, Diff diff, int indent, boolean limited) static void
show
(PrintWriter out, Tree tree, int indent) private static void
showTree
(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
-