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 voidchmod(File file, int mode)static voidchmod(File file, int mode, org.slf4j.Logger logger)Deprecated.Usechmod(File, int)static voidchmod(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. TheuseJvmChmodflag is ignored as the JVM is always used. Theloggerprovided 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. Theloggerprovided is no longer used.- Throws:
ArchiverException
-
chmod
public static void chmod(File file, int mode) throws ArchiverException
- Throws:
ArchiverException
-
-