- 
                Notifications
    
You must be signed in to change notification settings  - Fork 37
 
Functions
        GuentherJulian edited this page Nov 24, 2020 
        ·
        44 revisions
      
    You can use the following function:
- installDevonIde
 - installCobiGen
 - createProject
 - cobiGenJava
 
- The tools you want to install within the devonfw ide: string array
 
installDevonfwIde(["java","mvn"])
- No parameters
 
installCobiGen()
- The path to the java file you want to generate code for: string
 - The numbers that represent the templates that CobiGen uses to generate code: int array
 
cobiGenJava("path/to/java/file/MyEntity.java",[1,3,5,6,8])