org.mule.devkit.generation.studio
Class AbstractMuleStudioGenerator

java.lang.Object
  extended by org.mule.devkit.generation.studio.AbstractMuleStudioGenerator
All Implemented Interfaces:
Generator
Direct Known Subclasses:
AbstractMuleStudioNamespaceGenerator, MuleStudioEditorXmlGenerator, MuleStudioFeatureGenerator, SerializableArchiverPlanGenerator, StudioSiteXmlGenerator

public abstract class AbstractMuleStudioGenerator
extends Object
implements Generator


Constructor Summary
AbstractMuleStudioGenerator()
           
 
Method Summary
 List<Product> consumes()
           
 Context ctx()
           
 List<Product> produces()
           
 void setCtx(Context generationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMuleStudioGenerator

public AbstractMuleStudioGenerator()
Method Detail

ctx

public Context ctx()
Specified by:
ctx in interface Generator

setCtx

public void setCtx(Context generationContext)
Specified by:
setCtx in interface Generator

consumes

public List<Product> consumes()
Specified by:
consumes in interface Generator

produces

public List<Product> produces()
Specified by:
produces in interface Generator


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