org.mule.tools.visualizer.maven
Class MuleVisualizerPlugin
java.lang.Object
org.apache.maven.plugin.AbstractMojo
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
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
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 |
MuleVisualizerPlugin
public MuleVisualizerPlugin()
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.