Zelix KlassMaster - Documentation

Package Exclude Parameter

 
A package exclude parameter excludes the names of all matching packages. The "*" wildcard can be used to match any number of characters.

Given the following list of package names:
  • pack1.
  • pack1.pack2.
  • pack2.pack1.pack3.
the exclusion parameter pack1.*. will exclude from being renamed only the package names pack1.pack2 and pack1.pack2.pack3. Note that, while the package separator character "." is treated as a character for wildcard matching purposes, the trailing "." is ignored.

In the ZKM Script language, the trailing "." distinguishes a package exclude parameter from an otherwise valid class exlude parameter. If you don't enter the "." the Package Exclude Parameter dialog will append it automatically.
Zelix KlassMaster - Package Exclude Parameter

Exclude Parameter Type Class Exclude Parameter
Zelix KlassMaster - Java Obfuscator