JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
aQute.bnd.service.diff
Differ
Contents
Description
Method Summary
Method Details
tree(Analyzer)
tree(Jar)
deserialize(Tree.Data)
Hide sidebar
Show sidebar
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