public class Diff extends Object
Constructor and Description |
---|
Diff() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
compareManifest(Map<String,Object> different,
Manifest a,
Manifest b,
boolean strict) |
Map<String,Object> |
diff(Jar a,
Jar b,
boolean strict)
Compare two JAR files with each other.
|
void |
print(PrintStream pout,
Map<String,Object> map,
int indent) |
public Map<String,Object> diff(Jar a, Jar b, boolean strict) throws Exception
a
- b
- strict
- IOException
Exception
public void compareManifest(Map<String,Object> different, Manifest a, Manifest b, boolean strict)
public void print(PrintStream pout, Map<String,Object> map, int indent)
public void close()
Copyright © 2012 aQute SARL. All Rights Reserved.