Uses of Enum
net.lingala.zip4j.model.ZipParameters.SymbolicLinkAction
Packages that use ZipParameters.SymbolicLinkAction
-
Uses of ZipParameters.SymbolicLinkAction in net.lingala.zip4j.model
Subclasses with type arguments of type ZipParameters.SymbolicLinkAction in net.lingala.zip4j.modelModifier and TypeClassDescriptionstatic enumIndicates the action to take when a symbolic link is added to the ZIP fileFields in net.lingala.zip4j.model declared as ZipParameters.SymbolicLinkActionModifier and TypeFieldDescriptionprivate ZipParameters.SymbolicLinkActionZipParameters.symbolicLinkActionMethods 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 TypeMethodDescriptionvoidZipParameters.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 voidFileUtils.assertFilesExist(List<File> files, ZipParameters.SymbolicLinkAction symLinkAction)