Eclipseplugins
test.java
1 package com.proalpha.pds.templates.controller;
2 
3 import java.util.HashMap;
4 
5 public class test {
6  pAGenerateCode codegen = new pAGenerateCode("pAWriteTrigger");
7  HashMap<String, Object> wizardSettings = new HashMap<String, Object>();
8 
9  //wizardSettings.put(GeneratorSettingsConstans.TEMP_TABLE_NAME,"ttV_BelegKopf");
10 
11  String result = codegen.generateFile(wizardSettings);
12 
13 
14 }