Uses of Interface
aQute.bnd.service.diff.Tree
-
Packages that use Tree Package Description aQute.bnd.differ This package provides baseline support.aQute.bnd.service.diff -
-
Uses of Tree in aQute.bnd.differ
Methods in aQute.bnd.differ that return Tree Modifier and Type Method Description TreeDiffPluginImpl. deserialize(Tree.Data data)TreeDiffImpl. getNewer()TreeDiffImpl. getOlder()TreeDiffPluginImpl. tree(Analyzer newer)TreeDiffPluginImpl. tree(Jar newer)TreeDiffPluginImpl. 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 TreeDiffer. deserialize(Tree.Data data)TreeTree. get(java.lang.String name)Tree[]Tree. getChildren()TreeDiff. getNewer()TreeDiff. getOlder()TreeDiffer. tree(Analyzer source)TreeDiffer. tree(Jar source)Methods in aQute.bnd.service.diff with parameters of type Tree Modifier and Type Method Description DiffTree. diff(Tree older)
-