Class ArchiveEntryUtils
java.lang.Object
org.codehaus.plexus.archiver.util.ArchiveEntryUtils
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ArchiveEntryUtils
private ArchiveEntryUtils()
-
-
Method Details
-
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
- Throws:
ArchiverException
-
chmod(File, int)