Import directives are statements that specify the Java packages and classes that are referenced by the probe.
Import directives are 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 Probekit sources file (probe file).
Import directives use the same syntax as the Java import statement.
A probe can contain more than one import directive.
To enter an import directive, select Import in the tree pane of the Probes page, and in the editing pane type the name of the package or class that you want to import. Do not type the import keyword or the final semicolon (;).