Class FileNamer


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

      Constructors 
      Constructor Description
      FileNamer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String generateFileName()
      Creates a unique name for a file (to some extent).
      • Methods inherited from class java.lang.Object

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

      • FileNamer

        public FileNamer()
    • Method Detail

      • generateFileName

        @CheckReturnValue
        @Nonnull
        public java.lang.String generateFileName()
        Creates a unique name for a file (to some extent). Name starts with a current time, making it (more or less) easy to sort those files and find something.