Hlavní menu

Nástroje

Guica / FilterItemsShown

View (print) - Edit page | Recent changes - Page history

Updated 15 February 2011, 15:49 by PremekBrada

Guica.FilterItemsShown History

Hide minor edits - Show changes to output

15 February 2011, 15:49 by PremekBrada -
Added lines 1-23:
The "Filter" input box on main Guica window allows you to reduce the tree to only those items which match the criteria given. The following syntax is used:

!!! On "Bundle" tab

* @@Felix@@ -> show only those with _Felix_ in bundle name
* @@bundle:org.eclipse@@ -> show those whose symbolic name contains _org.eclipse_
* @@exp:obcc@@ -> bundles which export package containing _obcc_
* @@imp:obcc@@ -> same, import package
* @@svc:MySvc@@ -> provides service with _MySvc_ in name
* @@use:org.example.Other@@ -> uses service _org.example.Other_
* @@vendor:KIV@@ -> show those which have _KIV_ in Bundle-Vendor

!!! On "Services" tab

* @@MySvc@@ -> show services containing _MySvc_ in name
* @@bundle:org.eclipse@@ -> show only services related to given bundle symbolic name (provided or used by)
* @@prop:key=value@@ -> show those which have the given property with given value

!!! On "Packages" tab

* @@cz.zcu@@ -> show packages with _cz.zcu_ in name
* @@bundle:org.eclipse@@ -> show only pkgs related to given bundle symbolic name (exported or imported by)
* @@prop:key=value@@ -> show those which have the given attribute or directive with given value