Class Cypher

java.lang.Object
net.sourceforge.plantuml.utils.Cypher

public class Cypher extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addException(java.lang.String word)
     
    java.lang.String
    cypher(java.lang.String s)
     

    Methods inherited from class java.lang.Object

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

    • Cypher

      public Cypher()
  • Method Details

    • cypher

      public java.lang.String cypher(java.lang.String s)
    • addException

      public void addException(java.lang.String word)