1 26 27 package org.objectweb.openccm.pss.generator.common.api; 28 29 import org.objectweb.openccm.ast.api.FileScope; 31 32 33 40 41 public interface PSDLtoJavaCommand 42 extends org.objectweb.openccm.command.api.Compiler, 43 org.objectweb.openccm.command.api.Generator 44 { 45 50 public String  51 getOutputDirectory(); 52 53 58 public String  59 getUserPropertiesFile(); 60 61 66 public String  67 getBackend(); 68 69 83 public boolean 84 generate_java_mapping(FileScope filescope, 85 String inputfile, 86 String base_dir, 87 String user_properties_file, 88 String backend); 89 } 90 | Popular Tags |