Skip to content

Configuration - Java

Location of generated Files

In a Virtual Developer Cloud Connector, every of the following groups of files (so-called virtual projects) can be mapped to a separate Eclipse project or to a directory. By providing more than one virtual project you have the freedom to organize the generated code in the way you want.

Groups of Files (Virtual Projects) Included File Types
Basic Java Classes Java classes

Generator Options

Option Description Value Range Default Value
target.uri.prefix path for Java source code a valid relative path src/test/java
unit‑test‑provider name of the library to be used for unit tests JUnit or TestNG (case insensitive) JUnit
use‑checked‑exception true lets modeled exception types inherit from Exception, otherwise they inherit from RuntimeException true or false true