Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The class must be public.
  • It must have a public constructor that takes no arguments.
  • The driver should not do initialization in the constructor but should use the detectorChanged() or startOfData() methods, instead.
  • The driver's set methods should always be of the form
    No Format
    public void set[ParameterName]([type] [varName])
    , in order to be accessible to the XML system.
  • The use of sub-drivers is discouraged due to these being inaccessible to the job manager, though it is still possible to use them.

...