serialVersionUID
fields; computing class dependencies;
generating permission grants to debug security policy setup; providing
HTTP service; generating message digests; generating HTTPMD URLs;
generating wrapper JAR files; and generating preferred lists.See: Description
Class | Description |
---|---|
CheckConfigurationFile |
Checks the format of the source for a
ConfigurationFile . |
CheckSer |
Tool to check for serializable classes that do not have explicit
serialVersionUID fields. |
ClassDep |
Tool used to analyze a set of classes and determine on what other classes
they directly or indirectly depend.
|
ClassServer |
A simple HTTP server, for serving up JAR and class files.
|
ComputeDigest |
Prints the message digest for the contents of a URL.
|
ComputeHttpmdCodebase |
Computes the message digests for a codebase with HTTPMD URLs.
|
DebugDynamicPolicyProvider |
Defines a
DynamicPolicy that logs information about missing
permissions, and optionally grants all permissions, which is FOR
DEBUGGING ONLY. |
JarWrapper |
A tool for generating "wrapper" JAR files.
|
PreferredListGen |
Tool used to generate the preferred class information for downloadable JAR
files in the form of a META-INF/PREFERRED.LIST required for use by the
PreferredClassLoader . |
ProfilingSecurityManager |
ProfilingSecurityManager is a Java security manager that profiles
what resources an application accesses, and in what manner --- e.g., read, write, etc. |
serialVersionUID
fields; computing class dependencies;
generating permission grants to debug security policy setup; providing
HTTP service; generating message digests; generating HTTPMD URLs;
generating wrapper JAR files; and generating preferred lists.Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.