Class ArchiveEntryUtils
java.lang.Object
org.codehaus.plexus.archiver.util.ArchiveEntryUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
Deprecated.static void
Deprecated.Usechmod(File, int)
-
Method Details
-
chmod
@Deprecated public static void chmod(File file, int mode, org.codehaus.plexus.logging.Logger logger, boolean useJvmChmod) throws ArchiverException Deprecated.Usechmod(File, int)
This method is now deprecated. TheuseJvmChmod
flag is ignored as the JVM is always used. Thelogger
provided is no longer used.- Throws:
ArchiverException
-
chmod
@Deprecated public static void chmod(File file, int mode, org.codehaus.plexus.logging.Logger logger) throws ArchiverException Deprecated.Usechmod(File, int)
This method is now deprecated. Thelogger
provided is no longer used.- Throws:
ArchiverException
-
chmod
- Throws:
ArchiverException
-
chmod(File, int)