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
}
com.proalpha.pds.templates.controller.pAGenerateCode
Definition:
pAGenerateCode.java:13
com.proalpha.pds.templates.controller.test
Definition:
test.java:5
com.proalpha.pds.templates
src
com
proalpha
pds
templates
controller
test.java
Generated by
1.9.1