Uses of Interface
aQute.bnd.service.diff.Tree
-
Packages that use Tree Package Description aQute.bnd.differ aQute.bnd.service.diff -
-
Uses of Tree in aQute.bnd.differ
Methods in aQute.bnd.differ that return Tree Modifier and Type Method Description Tree
DiffPluginImpl. deserialize(Tree.Data data)
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)
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.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)
-