Using the Probekit editor to Add Filters for Standalone Probekit
- In the Package Explorer, double-click the .probe file that you want to modify, or right-click the file and select from the pop-up menu. The Probekit editor opens, and the probe's objects are displayed in the editor's tree pane.
- In the tree pane, right-click the first probe object and select 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.
- In the Target Type property field, type exclude.
- In the Package name pattern property field, type java*.
- Repeat steps 2 and 3, then in the Package name pattern property field, type sun*.
- Repeat steps 2 and 3, then in the Class name pattern property field, type *_probe*.
- 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.
- When you are finished adding targets to the probe, click . If you are working in a Probekit project and automatic build is enabled, the modified probe is automatically re-compiled.