The Import probe object

The Import probe object is a specification of the Java packages and classes referenced by the probe.

The Import object is optional. If an Import object refers to support classes and libraries, you must include the classes and libraries in the Java Build Path property of the project that contains the .probe file.

A probe can contain more than one Import object. Each Import object text string appears in a separate, consecutive import statement in the generated source code for a probe.

The Import object includes the following property:
Property Description
text Required. The syntax for this property is identical to the Java import statement.
Example
<import
    text="java.io.*" />

Contained by
The Probe object

Parent topic: Probekit Reference

Copyright IBM Corporation and others 2000, 2004.