Class TempFile

    • Field Detail

      • VERTIGO_TMP_DIR_PATH

        public static final Path VERTIGO_TMP_DIR_PATH
        Vertigo Temp directory path.
    • Constructor Detail

      • TempFile

        public TempFile​(String prefix,
                        String suffix,
                        String subDirectory)
                 throws IOException
        Crée un fichier temporaire.
        Parameters:
        prefix - Prefix du nom de fichier
        suffix - Suffix du nom de fichier
        subDirectory - Sous-répertoire des fichiers temporaires (null = répertoire temporaire de vertigo = ${java.io.tmpdir}/vertigo/tempFiles)
        Throws:
        IOException - Exception IO
      • TempFile

        public TempFile​(String prefix,
                        String suffix)
                 throws IOException
        Crée un fichier temporaire.
        Parameters:
        prefix - Prefix du nom de fichier
        suffix - Suffix du nom de fichier
        Throws:
        IOException - Exception IO