Enum ZipParameters.SymbolicLinkAction

java.lang.Object
java.lang.Enum<ZipParameters.SymbolicLinkAction>
net.lingala.zip4j.model.ZipParameters.SymbolicLinkAction
All Implemented Interfaces:
Serializable, Comparable<ZipParameters.SymbolicLinkAction>
Enclosing class:
ZipParameters

public static enum ZipParameters.SymbolicLinkAction extends Enum<ZipParameters.SymbolicLinkAction>
Indicates the action to take when a symbolic link is added to the ZIP file
  • Enum Constant Details

    • INCLUDE_LINKED_FILE_ONLY

      public static final ZipParameters.SymbolicLinkAction INCLUDE_LINKED_FILE_ONLY
      Add only the target file and its contents, using the filename of the symbolic link
  • Constructor Details

    • SymbolicLinkAction

      private SymbolicLinkAction()
  • Method Details

    • values

      public static ZipParameters.SymbolicLinkAction[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ZipParameters.SymbolicLinkAction valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null