| This class verifies the given jar file (first command-line argument) wrt its
validitity, i.e. checks that all classes are loadable. It browses the jar entries
and if it's a class, tries to load it. Mostly it watches for
ClassFormatError s and ignores several expected exceptions.
It does not provide any means to validate the input data, since it's expected to
be called exclusively from from Package .
The success/failure is reported via exitcode, 0 means success, 1 - failure.
See Also: org.netbeans.installer.infra.build.ant.Package author: Kirill Sorokin |