org.eclipse.mat.inspections.osgi
Class BundleRegistryQuery.ServicesTreeResult
java.lang.Object
org.eclipse.mat.inspections.osgi.BundleRegistryQuery.BundleTreeResult
org.eclipse.mat.inspections.osgi.BundleRegistryQuery.ServicesTreeResult
- All Implemented Interfaces:
- IIconProvider, IResult, IResultTree, IStructuredResult
- Enclosing class:
- BundleRegistryQuery
public static class BundleRegistryQuery.ServicesTreeResult
- extends BundleRegistryQuery.BundleTreeResult
BundleRegistryQuery.ServicesTreeResult
public BundleRegistryQuery.ServicesTreeResult(OSGiModel model)
getChildren
public List<?> getChildren(Object parent)
- Description copied from interface:
IResultTree
- Returns the child elements of the given parent.
- Specified by:
getChildren
in interface IResultTree
- Overrides:
getChildren
in class BundleRegistryQuery.BundleTreeResult
- Parameters:
parent
- The row object as returned by the
IResultTree.getElements()
or
IResultTree.getChildren(Object)
methods.
getElements
public List<?> getElements()
- Description copied from interface:
IResultTree
- Returns the root elements of the tree.
- Specified by:
getElements
in interface IResultTree
- Overrides:
getElements
in class BundleRegistryQuery.BundleTreeResult
- Returns:
- list of elements which can be passed to
IResultTree.getChildren(Object)
or
IStructuredResult.getContext(Object)
or
IStructuredResult.getColumnValue(Object, int)
.
hasChildren
public boolean hasChildren(Object element)
- Description copied from interface:
IResultTree
- Returns whether the given element has children.
- Specified by:
hasChildren
in interface IResultTree
- Overrides:
hasChildren
in class BundleRegistryQuery.BundleTreeResult
getGroupBy
public BundleRegistryQuery.Grouping getGroupBy()
- Overrides:
getGroupBy
in class BundleRegistryQuery.BundleTreeResult
getColumns
public Column[] getColumns()
- Description copied from interface:
IStructuredResult
- The columns of the tree or table.
- Specified by:
getColumns
in interface IStructuredResult
- Overrides:
getColumns
in class BundleRegistryQuery.BundleTreeResult