Class ConvertToBinaryTask.FileUtilsEx

  • Enclosing class:
    ConvertToBinaryTask

    public class ConvertToBinaryTask.FileUtilsEx
    extends org.apache.tools.ant.util.FileUtils
    • Field Summary

      • Fields inherited from class org.apache.tools.ant.util.FileUtils

        FAT_FILE_TIMESTAMP_GRANULARITY, NTFS_FILE_TIMESTAMP_GRANULARITY, UNIX_FILE_TIMESTAMP_GRANULARITY
    • Constructor Summary

      Constructors 
      Constructor Description
      FileUtilsEx​(org.apache.tools.ant.util.FileUtils delegate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void copyFile​(File sourceFile, File destFile, org.apache.tools.ant.types.FilterSetCollection filters, Vector filterChains, boolean overwrite, boolean preserveLastModified, boolean append, String inputEncoding, String outputEncoding, org.apache.tools.ant.Project project, boolean force)  
      String getDefaultEncoding()  
      • Methods inherited from class org.apache.tools.ant.util.FileUtils

        areSame, close, close, close, close, close, close, close, contentEquals, contentEquals, copyFile, copyFile, copyFile, copyFile, copyFile, copyFile, copyFile, copyFile, copyFile, copyFile, copyFile, copyFile, copyFile, copyFile, copyFile, createNewFile, createNewFile, createTempFile, createTempFile, createTempFile, delete, dissect, fileNameEquals, fromURI, getFileTimestampGranularity, getFileURL, getFileUtils, getParentFile, getPath, getPath, getPathStack, getRelativePath, hasErrorInCase, isAbsolutePath, isContextRelativePath, isLeadingPath, isLeadingPath, isSymbolicLink, isUpToDate, isUpToDate, isUpToDate, isUpToDate, newFileUtils, newOutputStream, normalize, readFully, readFully, removeLeadingPath, rename, resolveFile, safeReadFully, setFileLastModified, toURI, toVMSPath, translatePath, tryHardToDelete, tryHardToDelete
    • Constructor Detail

      • FileUtilsEx

        public FileUtilsEx​(org.apache.tools.ant.util.FileUtils delegate)
    • Method Detail

      • getDefaultEncoding

        public String getDefaultEncoding()
        Overrides:
        getDefaultEncoding in class org.apache.tools.ant.util.FileUtils
      • copyFile

        public void copyFile​(File sourceFile,
                             File destFile,
                             org.apache.tools.ant.types.FilterSetCollection filters,
                             Vector filterChains,
                             boolean overwrite,
                             boolean preserveLastModified,
                             boolean append,
                             String inputEncoding,
                             String outputEncoding,
                             org.apache.tools.ant.Project project,
                             boolean force)
                      throws IOException
        Overrides:
        copyFile in class org.apache.tools.ant.util.FileUtils
        Throws:
        IOException