Uses of Class
net.lingala.zip4j.model.ZipParameters.SymbolicLinkAction
-
Packages that use ZipParameters.SymbolicLinkAction Package Description net.lingala.zip4j.model net.lingala.zip4j.util -
-
Uses of ZipParameters.SymbolicLinkAction in net.lingala.zip4j.model
Methods in net.lingala.zip4j.model that return ZipParameters.SymbolicLinkAction Modifier and Type Method Description ZipParameters.SymbolicLinkActionZipParameters. getSymbolicLinkAction()Get the behavior when adding a symbolic linkstatic ZipParameters.SymbolicLinkActionZipParameters.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.Methods in net.lingala.zip4j.model with parameters of type ZipParameters.SymbolicLinkAction Modifier and Type Method Description voidZipParameters. 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.SymbolicLinkAction Modifier and Type Method Description static voidFileUtils. assertFilesExist(List<File> files, ZipParameters.SymbolicLinkAction symLinkAction)
-