Class PlantUMLEncoder


  • public class PlantUMLEncoder
    extends java.lang.Object
    A Java implementation of http://plantuml.com/code-javascript-synchronous that uses Java's built-in Deflate algorithm.
    • Constructor Summary

      Constructors 
      Constructor Description
      PlantUMLEncoder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String encode​(java.lang.String plantUMLDefinition)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlantUMLEncoder

        public PlantUMLEncoder()
    • Method Detail

      • encode

        public java.lang.String encode​(java.lang.String plantUMLDefinition)
                                throws java.lang.Exception
        Throws:
        java.lang.Exception