org.mule.devkit.generation.studio
Class MuleStudioPlugin

java.lang.Object
  extended by org.mule.devkit.generation.studio.MuleStudioPlugin
All Implemented Interfaces:
Plugin

public class MuleStudioPlugin
extends Object
implements Plugin


Constructor Summary
MuleStudioPlugin()
           
 
Method Summary
 List<Generator> getGenerators()
           
 String getOptionName()
           
 List<PostProcessor> getPostProcessors()
           
 List<ModuleAnnotationVerifier> getVerifiers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleStudioPlugin

public MuleStudioPlugin()
Method Detail

getOptionName

public String getOptionName()
Specified by:
getOptionName in interface Plugin

getVerifiers

public List<ModuleAnnotationVerifier> getVerifiers()
Specified by:
getVerifiers in interface Plugin

getGenerators

public List<Generator> getGenerators()
Specified by:
getGenerators in interface Plugin

getPostProcessors

public List<PostProcessor> getPostProcessors()
Specified by:
getPostProcessors in interface Plugin


Copyright © 2010–2013 MuleSoft, Inc.. All rights reserved.