org.mule.tools.visualizer.maven
Class MuleVisualizerPlugin

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.mule.tools.visualizer.maven.MuleVisualizerPlugin
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
VisualizerService

public class MuleVisualizerPlugin
extends org.apache.maven.plugin.AbstractMojo


Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
MuleVisualizerPlugin()
           
 
Method Summary
protected  GraphConfig buildConfig()
           
 void execute()
           
 String getCaption()
           
 String getConfig()
           
 String getExec()
           
 List getFiles()
           
 String getMappings()
           
 String getOutputdir()
           
 String getOutputfile()
           
 String getTemplateprops()
           
 String getUrls()
           
 String getWorkingdir()
           
 boolean isCombinefiles()
           
 boolean isKeepdotfiles()
           
 boolean isShowagents()
           
 boolean isShowall()
           
 boolean isShowconfig()
           
 boolean isShowconnectors()
           
 boolean isShowmodels()
           
 boolean isShowtransformers()
           
 void setCaption(String caption)
           
 void setCombinefiles(boolean combinefiles)
           
 void setConfig(String config)
           
 void setExec(String exec)
           
 void setFiles(List files)
           
 void setKeepdotfiles(boolean keepdotfiles)
           
 void setMappings(String mappings)
           
 void setOutputdir(String outputdir)
           
 void setOutputfile(String outputfile)
           
 void setShowagents(boolean showagents)
           
 void setShowall(boolean showall)
           
 void setShowconfig(boolean showconfig)
           
 void setShowconnectors(boolean showconnectors)
           
 void setShowmodels(boolean showmodels)
           
 void setShowtransformers(boolean showtransformers)
           
 void setTemplateprops(String templateprops)
           
 void setUrls(String urls)
           
 void setWorkingdir(String workingdir)
           
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleVisualizerPlugin

public MuleVisualizerPlugin()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException

buildConfig

protected GraphConfig buildConfig()
                           throws IOException
Throws:
IOException

setFiles

public void setFiles(List files)

getFiles

public List getFiles()

setOutputdir

public void setOutputdir(String outputdir)

getOutputdir

public String getOutputdir()

setExec

public void setExec(String exec)

getExec

public String getExec()

setOutputfile

public void setOutputfile(String outputfile)

getOutputfile

public String getOutputfile()

setCaption

public void setCaption(String caption)

getCaption

public String getCaption()

setMappings

public void setMappings(String mappings)

getMappings

public String getMappings()

setKeepdotfiles

public void setKeepdotfiles(boolean keepdotfiles)

isKeepdotfiles

public boolean isKeepdotfiles()

setCombinefiles

public void setCombinefiles(boolean combinefiles)

isCombinefiles

public boolean isCombinefiles()

setUrls

public void setUrls(String urls)

getUrls

public String getUrls()

setConfig

public void setConfig(String config)

getConfig

public String getConfig()

setWorkingdir

public void setWorkingdir(String workingdir)

getWorkingdir

public String getWorkingdir()

setShowconnectors

public void setShowconnectors(boolean showconnectors)

isShowconnectors

public boolean isShowconnectors()

setShowmodels

public void setShowmodels(boolean showmodels)

isShowmodels

public boolean isShowmodels()

setShowconfig

public void setShowconfig(boolean showconfig)

isShowconfig

public boolean isShowconfig()

setShowagents

public void setShowagents(boolean showagents)

isShowagents

public boolean isShowagents()

setShowtransformers

public void setShowtransformers(boolean showtransformers)

isShowtransformers

public boolean isShowtransformers()

setShowall

public void setShowall(boolean showall)

isShowall

public boolean isShowall()

setTemplateprops

public void setTemplateprops(String templateprops)

getTemplateprops

public String getTemplateprops()


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.