Uses of Interface
aQute.bnd.service.diff.Tree
-
Packages that use Tree Package Description aQute.bnd.differ This package provides baseline support.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) classElementAn 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) TreeDiffImpl. newer(package private) TreeDiffImpl. olderMethods in aQute.bnd.differ that return Tree Modifier and Type Method Description TreeDiffPluginImpl. deserialize(Tree.Data data)Tree[]Element. getChildren()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)intElement. compareTo(Tree other)DiffElement. diff(Tree older)private java.lang.StringBaseline. getBsn(Tree top)private VersionBaseline. 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 TreeBaselineCommands.PSpec. treeMethods in aQute.bnd.main with parameters of type Tree Modifier and Type Method Description static voidDiffCommand. 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 TreeBuilder. tree -
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)
-