Versions Compared

Key

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

...

Name of Java Class to run if the command defined as a Java class. This class may be made available to DELFT-FEWS in a separate JAR file in the \Bin directory.

binDir

Directory with jar files and optinally native dlls. When not specified the bin dir and classloader of FEWS is used. When specified the java class is executed in a private class loader, it will not use any jar in the FEWS bin dir. Only one class loader is created per binDir, adapters should still not use static variables. All dependencies should also be in this configured bin dir.

arguments

Root element for defining arguments to be passed to the executable/Java class

...