JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
aQute.bnd.service.diff
Interface Differ
All Known Implementing Classes:
DiffPluginImpl
public interface
Differ
Compare two Jars and report the differences.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Tree
deserialize
(
Tree.Data
data)
Tree
tree
(
Analyzer
source)
Tree
tree
(
Jar
source)
Method Details
tree
Tree
tree
(
Analyzer
source)
throws
Exception
Throws:
Exception
tree
Tree
tree
(
Jar
source)
throws
Exception
Throws:
Exception
deserialize
Tree
deserialize
(
Tree.Data
data)
throws
Exception
Throws:
Exception