exasol/test-db-builder-java

JAVA adapter script builder

Closed this issue · 2 comments

Situation

With the basic implementation we can create all kinds of adapter scripts. But especially for Java adapter scripts, a specialized builder could increase code compactness, readability and user convenience.

Acceptance Criteria

  1. Convenience builder for Java Adapter scripts added.
  2. Builder accepts JVM parameters (e.g. for configuring a debugger, profiler or SONAR agent)
  3. Builder accepts JAR references
  4. Builder accepts mail class reference

Mostly covered by #40

closing since fully covered