| Class | Description |
|---|---|
| AddIntegrationTestMojo |
Add an integration test module to the current CAP Java project.
Call mvn com.sap.cds:cds-maven-plugin:addIntegrationTest to add an integration test module.It automatically detects the OData version of the CAP Java project and adds the corresponding integration test class. Note: This goal can only be executed from the command line. |
| AddSampleMojo |
Add sample Java handler class, unit test, and CDS sample files to the current CAP Java project.
Call mvn com.sap.cds:cds-maven-plugin:addSample to add sample classes and CDS files.Note: This goal can only be executed from the command line. |
| AddTargetPlatformMojo |
Add a target platform
cds-starter-${targetPlatform} to the dependencies of the current CAP Java project
if missing.Call mvn com.sap.cds:cds-maven-plugin:addTargetPlatform -DtargetPlatform=cloudfoundry to add Cloud
Foundry target platform.Note: This goal can only be executed from the command line. |
| TemplateService |
This service creates files and Java classes from templates.
|
| TemplateService.TemplateVariable |
Holds key and value of a template variable.
|
Copyright © 2021. All rights reserved.