aQute.lib.jardiff
Class Diff
java.lang.Object
aQute.lib.jardiff.Diff
public class Diff
- extends Object
Constructor Summary |
Diff()
|
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Diff
public Diff()
diff
public Map<String,Object> diff(Jar a,
Jar b,
boolean strict)
throws Exception
- Compare two JAR files with each other.
- Parameters:
a
- b
- strict
-
- Returns:
-
- Throws:
IOException
Exception
compareManifest
public void compareManifest(Map<String,Object> different,
Manifest a,
Manifest b,
boolean strict)
print
public void print(PrintStream pout,
Map<String,Object> map,
int indent)
close
public void close()
Copyright © 2012 aQute SARL. All Rights Reserved.