Uses of Interface
aQute.bnd.service.diff.Tree
-
Packages that use Tree Package Description aQute.bnd.differ aQute.bnd.main aQute.bnd.osgi aQute.bnd.service.diff -
-
Uses of Tree in aQute.bnd.differ
Classes in aQute.bnd.differ that implement Tree Modifier and Type Class Description (package private) class
Element
An element can be compared to another element of the same type.Fields in aQute.bnd.differ declared as Tree Modifier and Type Field Description (package private) Tree
DiffImpl. newer
(package private) Tree
DiffImpl. older
Methods in aQute.bnd.differ that return Tree Modifier and Type Method Description Tree
DiffPluginImpl. deserialize(Tree.Data data)
Tree[]
Element. getChildren()
Tree
DiffImpl. getNewer()
Tree
DiffImpl. getOlder()
Tree
DiffPluginImpl. tree(Analyzer newer)
Tree
DiffPluginImpl. tree(Jar newer)
Tree
DiffPluginImpl. tree(java.io.File newer)
Methods in aQute.bnd.differ with parameters of type Tree Modifier and Type Method Description java.util.Set<Baseline.Info>
Baseline. baseline(Tree n, Parameters nExports, Tree o, Parameters oExports, Instructions packageFilters)
int
Element. compareTo(Tree other)
Diff
Element. diff(Tree older)
private java.lang.String
Baseline. getBsn(Tree top)
private Version
Baseline. getVersion(Tree top)
Constructors in aQute.bnd.differ with parameters of type Tree Constructor Description DiffImpl(Tree newer, Tree older)
Compares the newer against the older, traversing the children if necessary. -
Uses of Tree in aQute.bnd.main
Fields in aQute.bnd.main declared as Tree Modifier and Type Field Description Tree
BaselineCommands.PSpec. tree
Methods in aQute.bnd.main with parameters of type Tree Modifier and Type Method Description static void
DiffCommand. show(java.io.PrintWriter out, Tree tree, int indent)
-
Uses of Tree in aQute.bnd.osgi
Fields in aQute.bnd.osgi declared as Tree Modifier and Type Field Description private Tree
Builder. tree
-
Uses of Tree in aQute.bnd.service.diff
Methods in aQute.bnd.service.diff that return Tree Modifier and Type Method Description Tree
Differ. deserialize(Tree.Data data)
Tree
Tree. get(java.lang.String name)
Tree[]
Tree. getChildren()
Tree
Diff. getNewer()
Tree
Diff. getOlder()
Tree
Differ. tree(Analyzer source)
Tree
Differ. tree(Jar source)
Methods in aQute.bnd.service.diff with parameters of type Tree Modifier and Type Method Description Diff
Tree. diff(Tree older)
-