Package org.apache.jute.compiler
Class JFile
- java.lang.Object
-
- org.apache.jute.compiler.JFile
-
public class JFile extends java.lang.Object
Container for the Hadoop Record DDL. The main components of the file are filename, list of included files, and records defined in that file.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
genCode(java.lang.String language, java.io.File outputDirectory)
Generate record code in given language.
-