public class DiffCommand
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) static interface |
DiffCommand.diffOptions |
Modifier and Type | Field and Description |
---|---|
(package private) bnd |
bnd |
private static org.slf4j.Logger |
logger |
Constructor and Description |
---|
DiffCommand(bnd bnd) |
Modifier and Type | Method and 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
|
private static final org.slf4j.Logger logger
bnd bnd
DiffCommand(bnd bnd)
public void diff(DiffCommand.diffOptions options) throws java.lang.Exception
java.lang.Exception
private void diff(DiffCommand.diffOptions options, DiffPluginImpl di, Jar newer, Jar older) throws java.lang.Exception
java.lang.Exception
private static void showTree(bnd bnd, DiffCommand.diffOptions options) throws java.lang.Exception
bnd
- options
- java.lang.Exception
private static Tag getTagFrom(java.lang.String name, Jar jar) throws java.lang.Exception
java.lang.Exception
public static void show(java.io.PrintWriter out, Diff diff, int indent, boolean limited)
public static void show(java.io.PrintWriter out, Tree tree, int indent)