Option |
Description |
-basedirectory
directoryname |
Specifies the base directory for subsequent relative file names. |
-injars
class_path |
Specifies the program jars (or wars, ears, zips, or directories). |
-outjars
class_path |
Specifies the name of the output jars (or wars, ears, zips, or
directories). |
-libraryjars
class_path |
Specifies the library jars (or wars, ears, zips, or directories). |
-keep
[,modifier,...]
class_specification |
Preserve the specified classes and class members. |
-printusage
[filename] |
List dead code of the input class files, to the standard output or to the
given file. |
-printmapping
[filename] |
Print the mapping from old names to new names for classes and class members
that have been renamed, to the standard output or to the given file. |
-applymapping
filename |
Reuse the given mapping, for incremental obfuscation. |