Skip navigation links
JNA API 4.5.2
com.sun.jna.platform.mac

Class MacFileUtils



  • public class MacFileUtils
    extends FileUtils
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class and Description
      static interface  MacFileUtils.FileManager 
    • Constructor Summary

      Constructors 
      Constructor and Description
      MacFileUtils() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean hasTrash() 
      void moveToTrash(java.io.File[] files)
      Move the given file to the system trash, if one is available.
      • Methods inherited from class java.lang.Object

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

      • MacFileUtils

        public MacFileUtils()
    • Method Detail

      • moveToTrash

        public void moveToTrash(java.io.File[] files)
                         throws java.io.IOException
        Description copied from class: FileUtils
        Move the given file to the system trash, if one is available.
        Specified by:
        moveToTrash in class FileUtils
        Parameters:
        files - files to move
        Throws:
        java.io.IOException - on failure.
JNA API 4.5.2

Copyright © 2007-2017 Timothy Wall. All Rights Reserved.