Class ArchiveEntryUtils


  • public final class ArchiveEntryUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static void chmod​(java.io.File file, int mode)  
      static void chmod​(java.io.File file, int mode, org.codehaus.plexus.logging.Logger logger)
      Deprecated.
      static void chmod​(java.io.File file, int mode, org.codehaus.plexus.logging.Logger logger, boolean useJvmChmod)
      Deprecated.
      • Methods inherited from class java.lang.Object

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

      • chmod

        @Deprecated
        public static void chmod​(java.io.File file,
                                 int mode,
                                 org.codehaus.plexus.logging.Logger logger,
                                 boolean useJvmChmod)
                          throws ArchiverException
        Deprecated.
        This method is now deprecated. The useJvmChmod flag is ignored as the JVM is always used. The logger provided is no longer used.
        Throws:
        ArchiverException
      • chmod

        @Deprecated
        public static void chmod​(java.io.File file,
                                 int mode,
                                 org.codehaus.plexus.logging.Logger logger)
                          throws ArchiverException
        Deprecated.
        This method is now deprecated. The logger provided is no longer used.
        Throws:
        ArchiverException