Class ArchiveEntryUtils
- java.lang.Object
-
- org.codehaus.plexus.archiver.util.ArchiveEntryUtils
-
public final class ArchiveEntryUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
chmod(File file, int mode)
static void
chmod(File file, int mode, org.slf4j.Logger logger)
Deprecated.Usechmod(File, int)
static void
chmod(File file, int mode, org.slf4j.Logger logger, boolean useJvmChmod)
Deprecated.Usechmod(File, int)
-
-
-
Method Detail
-
chmod
@Deprecated public static void chmod(File file, int mode, org.slf4j.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.slf4j.Logger logger) throws ArchiverException
Deprecated.Usechmod(File, int)
This method is now deprecated. Thelogger
provided is no longer used.- Throws:
ArchiverException
-
chmod
public static void chmod(File file, int mode) throws ArchiverException
- Throws:
ArchiverException
-
-