| java.lang.Object org.jaffa.tools.domainmeta.uniface.MetaInfoGenerator
MetaInfoGenerator | public class MetaInfoGenerator (Code) | | Use this class to generate the meta files for the domain objects.
These meta files are then used by the Code Generator to generate the required classes and mapping files.
author: GautamJ |
Method Summary | |
public static void | generate(String input) This will parse the input file generating meta files for each object specified in the tableinfo file. | public static void | main(String args) This will invoke the 'generate()' method, passing the input argument.
Parameters: args - This expects one argument to be passed in. |
main | public static void main(String args)(Code) | | This will invoke the 'generate()' method, passing the input argument.
Parameters: args - This expects one argument to be passed in. This argument will be the DomainMetaInfoGenerator.xml file, relative to the classpath. |
|
|