org.mule.devkit.generation.license
Class CheckLicenseAdapterGenerator
java.lang.Object
org.mule.devkit.generation.license.AbstractLicenseAdapterGenerator
org.mule.devkit.generation.license.CheckLicenseAdapterGenerator
- All Implemented Interfaces:
- Generator, ModuleGenerator
public class CheckLicenseAdapterGenerator
- extends AbstractLicenseAdapterGenerator
- implements ModuleGenerator
Adapter for license checking
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckLicenseAdapterGenerator
public CheckLicenseAdapterGenerator()
doGenerate
protected void doGenerate(org.mule.devkit.model.module.Module typeElement)
throws GenerationException
- Throws:
GenerationException
shouldGenerate
public boolean shouldGenerate(org.mule.devkit.model.module.Module typeElement)
- Specified by:
shouldGenerate in interface ModuleGenerator
generate
public void generate(org.mule.devkit.model.module.Module module)
throws GenerationException
- Specified by:
generate in interface ModuleGenerator
- Throws:
GenerationException
consumes
public List<Product> consumes()
- Specified by:
consumes in interface Generator
produces
public List<Product> produces()
- Specified by:
produces in interface Generator
Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.