Class AETemporaryFileHandler


  • public class AETemporaryFileHandler
    extends java.lang.Object
    • Field Detail

      • PORTABLE

        private static final boolean PORTABLE
      • started_up

        private static boolean started_up
      • tmp_dir

        private static java.io.File tmp_dir
    • Constructor Detail

      • AETemporaryFileHandler

        public AETemporaryFileHandler()
    • Method Detail

      • startup

        public static void startup()
      • getTempDirectory

        public static java.io.File getTempDirectory()
      • isTempFile

        public static boolean isTempFile​(java.io.File file)
      • createTempFile

        public static java.io.File createTempFile()
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • createTempFileInDir

        public static java.io.File createTempFileInDir​(java.io.File parent_dir)
                                                throws java.io.IOException
        Throws:
        java.io.IOException
      • createSemiTempFile

        public static java.io.File createSemiTempFile​(java.lang.String preferred_name)
                                               throws java.io.IOException
        Throws:
        java.io.IOException
      • createSemiTempFile

        public static java.io.File createSemiTempFile()
                                               throws java.io.IOException
        Throws:
        java.io.IOException
      • createTempDir

        public static java.io.File createTempDir()
                                          throws java.io.IOException
        Throws:
        java.io.IOException