Rev 1578 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1578 | Rev 1611 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | package dongfang.mkt.main; |
1 | package dongfang.mkt.main; |
Line 2... | Line 2... | ||
2 | 2 | ||
Line 3... | Line 3... | ||
3 | import java.io.IOException; |
3 | import java.io.IOException; |
- | 4 | ||
Line 4... | Line 5... | ||
4 | 5 | import dongfang.mkt.configuration.ConfigurationSet; |
|
5 | import dongfang.mkt.configuration.ConfigSet; |
6 | import dongfang.mkt.configuration.ParameterSet; |
6 | 7 | ||
7 | public class CodeGenerator { |
8 | public class CodeGenerator { |
8 | static void generateDynamicSubstitutionCode(int paramSetVersion) throws IOException { |
9 | static void generateDynamicSubstitutionCode(int paramSetVersion) throws IOException { |
Line 9... | Line 10... | ||
9 | ConfigSet cs = ConfigSet.parseXMLConfigSet(paramSetVersion); |
10 | ConfigurationSet cs = ParameterSet.parseXMLConfigSet(paramSetVersion); |
10 | System.out.println(cs.generateDynamicSubstitutionCode()); |
11 | System.out.println(cs.generateDynamicSubstitutionCode()); |