Uses of Class
org.apache.avro.specific.SpecificCompiler

Packages that use SpecificCompiler
org.apache.avro.specific Generate specific Java classes for schemas and protocols. 
 

Uses of SpecificCompiler in org.apache.avro.specific
 

Methods in org.apache.avro.specific that return SpecificCompiler
static SpecificCompiler SpecificCompiler.compileProtocol(File file)
          Returns generated Java interface for a protocol.
static SpecificCompiler SpecificCompiler.compileSchema(File file)
          Returns generated Java class for a schema.
protected  SpecificCompiler SchemaTask.doCompile(File file)
           
protected  SpecificCompiler ProtocolTask.doCompile(File file)
           
 



Copyright © 2009 The Apache Software Foundation