| Package | Description |
|---|---|
| net.lingala.zip4j.model | |
| net.lingala.zip4j.util |
| Modifier and Type | Method and Description |
|---|---|
ZipParameters.SymbolicLinkAction |
ZipParameters.getSymbolicLinkAction()
Get the behavior when adding a symbolic link
|
static ZipParameters.SymbolicLinkAction |
ZipParameters.SymbolicLinkAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZipParameters.SymbolicLinkAction[] |
ZipParameters.SymbolicLinkAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ZipParameters.setSymbolicLinkAction(ZipParameters.SymbolicLinkAction symbolicLinkAction)
Set the behavior when adding a symbolic link
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FileUtils.assertFilesExist(List<File> files,
ZipParameters.SymbolicLinkAction symLinkAction) |
Copyright © 2021. All rights reserved.