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.
Property | Description |
---|---|
text | Required. The syntax for this property is identical to the Java import statement. |
<import text="java.io.*" />
Contained by
The Probe object
Parent topic: Probekit element reference