Uses of Enum
net.lingala.zip4j.model.ZipParameters.SymbolicLinkAction
Packages that use ZipParameters.SymbolicLinkAction
-
Uses of ZipParameters.SymbolicLinkAction in net.lingala.zip4j.model
Fields in net.lingala.zip4j.model declared as ZipParameters.SymbolicLinkActionModifier and TypeFieldDescriptionprivate ZipParameters.SymbolicLinkAction
ZipParameters.symbolicLinkAction
Methods in net.lingala.zip4j.model that return ZipParameters.SymbolicLinkActionModifier and TypeMethodDescriptionZipParameters.getSymbolicLinkAction()
Get the behavior when adding a symbolic linkReturns 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.Methods in net.lingala.zip4j.model with parameters of type ZipParameters.SymbolicLinkActionModifier and TypeMethodDescriptionvoid
ZipParameters.setSymbolicLinkAction
(ZipParameters.SymbolicLinkAction symbolicLinkAction) Set the behavior when adding a symbolic link -
Uses of ZipParameters.SymbolicLinkAction in net.lingala.zip4j.util
Methods in net.lingala.zip4j.util with parameters of type ZipParameters.SymbolicLinkActionModifier and TypeMethodDescriptionstatic void
FileUtils.assertFilesExist
(List<File> files, ZipParameters.SymbolicLinkAction symLinkAction)