Class Saving

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String as  
      static java.lang.String DEFAULT  
      static java.lang.String DIR  
      static java.lang.String EXACT  
      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
      java.lang.String getAs()  
      java.lang.String getLike()  
      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

        public 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
      • getAs

        public java.lang.String getAs()
      • getLike

        public java.lang.String getLike()