Package org.apache.avro.mojo
Class ProtocolMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.avro.mojo.AbstractAvroMojo
org.apache.avro.mojo.ProtocolMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
Generate Java classes and interfaces from Avro protocol files (.avpr)
-
Field Summary
Fields inherited from class org.apache.avro.mojo.AbstractAvroMojo
createNullSafeAnnotations, createOptionalGetters, createSetters, customConversions, customLogicalTypeFactories, enableDecimalLogicalType, excludes, gettersReturnOptional, imports, optionalGettersForNullableFieldsOnly, project, stringType, templateDirectory, testExcludes, velocityToolsClassesNames
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.avro.mojo.AbstractAvroMojo
createClassLoader, doCompile, doCompile, doCompile, execute, findClasspath, getFieldVisibility, instantiateAdditionalVelocityTools
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
ProtocolMojo
public ProtocolMojo()
-
-
Method Details
-
doCompile
protected void doCompile(String filename, File sourceDirectory, File outputDirectory) throws IOException - Overrides:
doCompile
in classAbstractAvroMojo
- Throws:
IOException
-
getIncludes
- Specified by:
getIncludes
in classAbstractAvroMojo
-
getTestIncludes
- Specified by:
getTestIncludes
in classAbstractAvroMojo
-