Class Cli.Saving

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String as  
      (package private) static java.lang.String DEFAULT  
      (package private) static java.lang.String DIR  
      (package private) static java.lang.String EXACT  
      (package private) static java.lang.String FQN  
      private java.lang.String like  
    • Constructor Summary

      Constructors 
      Constructor Description
      Saving​(java.lang.String as, java.lang.String like)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onException​(java.lang.Exception ex)  
      java.io.PrintStream openPrintStream()  
      void setText​(java.lang.String s)  
      boolean shouldSave()  
      int toInt​(java.lang.String suffix)  
      • Methods inherited from class java.lang.Object

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

      • Saving

        Saving​(java.lang.String as,
               java.lang.String like)
    • Method Detail

      • shouldSave

        public boolean shouldSave()
      • toInt

        public int toInt​(java.lang.String suffix)
      • openPrintStream

        public java.io.PrintStream openPrintStream()
                                            throws java.io.IOException
        Throws:
        java.io.IOException