public final class ArchiveEntryUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
chmod(File file,
int mode) |
static void |
chmod(File file,
int mode,
org.slf4j.Logger logger)
Deprecated.
Use
chmod(File, int) |
static void |
chmod(File file,
int mode,
org.slf4j.Logger logger,
boolean useJvmChmod)
Deprecated.
Use
chmod(File, int) |
@Deprecated public static void chmod(File file, int mode, org.slf4j.Logger logger, boolean useJvmChmod) throws ArchiverException
chmod(File, int)useJvmChmod flag is ignored as the JVM is always used.
The logger provided is no longer used.ArchiverException@Deprecated public static void chmod(File file, int mode, org.slf4j.Logger logger) throws ArchiverException
chmod(File, int)logger provided is no longer used.ArchiverExceptionpublic static void chmod(File file, int mode) throws ArchiverException
ArchiverExceptionCopyright © 2001–2022 Codehaus Plexus. All rights reserved.