public class DiffCommand
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
(package private) static interface |
DiffCommand.diffOptions |
| 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
|
bnd bnd
DiffCommand(bnd bnd)
public void diff(DiffCommand.diffOptions options) throws java.lang.Exception
java.lang.Exceptionprivate void diff(DiffCommand.diffOptions options, DiffPluginImpl di, Jar newer, Jar older) throws java.lang.Exception
java.lang.Exceptionprivate static void showTree(bnd bnd, DiffCommand.diffOptions options) throws java.lang.Exception
bnd - options - java.lang.Exceptionprivate static Tag getTagFrom(java.lang.String name, Jar jar) throws java.lang.Exception
java.lang.Exceptionpublic 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)