Using the Probekit editor to Add Filters for Standalone Probekit

  1. In the Package Explorer, double-click the .probe file that you want to modify, or right-click the file and select Open With > Probekit editor from the pop-up menu. The Probekit editor opens, and the probe's objects are displayed in the editor's tree pane.
  2. In the tree pane, right-click the first probe object and select New > Target from the pop-up menu. The new target object appears in the tree as a child of the probe object, and the new target's property fields are displayed in the edit pane.
  3. In the Target Type property field, type exclude.
  4. In the Package name pattern property field, type java*.
  5. Repeat steps 2 and 3, then in the Package name pattern property field, type sun*.
  6. Repeat steps 2 and 3, then in the Class name pattern property field, type *_probe*.
  7. Repeat the previous steps for each additional probe object, if any, in the tree pane, until all of the probe objects contain the necessary targeting rules.
  8. When you are finished adding targets to the probe, click File > Save. If you are working in a Probekit project and automatic build is enabled, the modified probe is automatically re-compiled.

Parent topic: Pre-filtering Probes for Standalone Probekit

Related concepts
Using Probekit in Standalone Mode

Related tasks
Using a Text Editor to Add Filters for Standalone Probekit

Related reference
The Target probe object

Terms of use | Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.