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.codehaus.plexus.logging.Logger logger)
Deprecated.
Use
chmod(File, int) |
static void |
chmod(File file,
int mode,
org.codehaus.plexus.logging.Logger logger,
boolean useJvmChmod)
Deprecated.
Use
chmod(File, int) |
@Deprecated public static void chmod(File file, int mode, org.codehaus.plexus.logging.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.codehaus.plexus.logging.Logger logger) throws ArchiverException
chmod(File, int)
logger
provided is no longer used.ArchiverException
public static void chmod(File file, int mode) throws ArchiverException
ArchiverException
Copyright © 2001–2019 Codehaus Plexus. All rights reserved.