分析go項目源碼,採用plantuml自動產生uml類圖

來源:互聯網
上載者:User
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。

使用工具go-package-plantuml分析go項目源碼,自動產生uml類圖

plantuml工具介紹

plantuml支援將“文本描述的UML類圖”轉換成圖片形式的類圖等。

類圖使用例子如下,參考 http://plantuml.com/class-diagram

@startumlClass11 <|.. Class12Class13 --> Class14@enduml

安裝go-package-plantuml

go-package-plantuml 項目代碼地址 https://git.oschina.net/jscode/go-package-plantuml

下載和編譯項目:(系統需要先安裝好go編譯環境)

go get git.oschina.net/jscode/go-package-plantumlgo build git.oschina.net/jscode/go-package-plantuml

使用go-package-plantuml分析go項目,產生uml類圖描述檔案

./go-package-plantuml --codedir /appdev/gopath/src/github.com/contiv/netplugin \--gopath /appdev/gopath \--outputfile  /tmp/result \--ignoredir /appdev/gopath/src/github.com/contiv/netplugin/vendor參數說明--codedir 要分析的代碼目錄--gopath GOPATH環境變數目錄--outputfile 分析結果儲存到該檔案--ignoredir 不需要進行程式碼分析的目錄(可以不用設定)

使用plantuml產生類圖

下載plantuml https://nchc.dl.sourceforge.net/project/plantuml/plantuml.jar

提示:如果系統沒有安裝jdk,需要先安裝jdk;yum install -y java

執行下面命令產生圖片形式的類圖/tmp/uml.png

java -jar plantuml.jar /tmp/text.uml

如果想產生svg格式的檔案,使用-tsvg參數。svg格式的檔案,使用瀏覽器開啟,可以搜尋類名。

java -jar plantuml.jar /tmp/text.uml -tsvg

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.