set the classpath for this processor. The classpath is used in one of two
ways, depending upon the type of processor being used:
- For interpreters, the classpath will be used to define where classes
are found from within a script code block. For example, it will be the
classpath used to aid the underlying interpreter resolve
import
statements.
- For compilers, it is the classpath used to resolve references at
compilation time. This is especially important for code that is generated
by ACTF for the evaluation of arguments or wrappers for event handlers.
The classpath for a processor isnot necessarily the same as that used by
ACTF validation engines. A default value is supplied in the
ValidationConstants.CODE_PROCESSOR_CLASSPATH_KEY property in the
raven.xml file.