The plugin currently supports conversion to and from:
- Class Diagram
- Use Case Diagram
- Sequence Diagram
- Component Diagram
- Deployment Diagram
- State (Machine) Diagram
- Activity Diagram (new syntax)
- Download the
.zip
release of the plugin. - Open Visual Paradigm and navigate to the Help tab.
- Select Install Plugin.
- Choose Install from a zip of plugin and click Next.
- Browse to the downloaded
.zip
file and select it. - Restart Visual Paradigm to complete the installation.
- Extract the plugin folder from the
.zip
file. - Copy the folder into the
/plugins
directory specified by the Install Plugin dialog. - Restart Visual Paradigm.
The CLI is packaged with the plugin and does not require a separate installation.
- Locate the script file (
Plugin.bat
/Plugin.sh
) in:VP_installation_dir/scripts
- Copy the file to the binaries folder:
VP_installation_dir/bin
Export all diagrams under project:
Plugin.bat -project "C:/Demo/demo_project.vpp" -pluginid "plugins.plantUML" -pluginargs -action "export" -path "C:/Demo/output" -target "all"
List all diagrams and ids and export specific target:
Plugin.bat -project "C:/Demo/demo_project.vpp" -pluginid "plugins.plantUML" -pluginargs -action "export" -list
Plugin.bat -project "C:/Demo/demo_project.vpp" -pluginid "plugins.plantUML" -pluginargs -action "export" -path "C:/Demo/output" -target "lAJWSCmGAqACKRNG"
Plugin.bat -project "C:/Demo/demo_project.vpp" -pluginid "plugins.plantUML" -pluginargs -action "import" -path "C:/Demo/plant_diagrams"