HCL Workload Automation, Version 9.4

Java source tree (src)

Describes the Java™ source tree.

When you create an API project, it is set up as a Java project with separate folders for source and class files. The source folder is named src. It contains the Java code of the application.

A few Java classes are also created together with the new project.

Follow the HCL Workload Automation Java API reference to understand which method you need to implement. For logging and tracing in your code, use standard JSR-047 Java Logging APIs.