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.
|
| ClassDep.Compare | |
| ClassServer |
A simple HTTP server, for serving up JAR and class files.
|
| ClassServer.Initializer | |
| 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. |
| DebugDynamicPolicyProvider.Request | |
| JarWrapper |
A tool for generating "wrapper" JAR files.
|
| JarWrapper.JarIndexReader |
Parses JAR indexes.
|
| JarWrapper.JarIndexWriter |
Assembles and writes JAR indexes.
|
| JarWrapper.PreferredListReader |
Parses preferred lists.
|
| JarWrapper.PreferredListWriter |
Compiles and writes combined preferred lists.
|
| JarWrapper.PreferredListWriter.FileNode |
Stores file preference state.
|
| JarWrapper.SourceJarURL |
Represents URL to a source JAR file.
|
| 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. |
| Exception | Description |
|---|---|
| JarWrapper.LocalizedIllegalArgumentException |
IllegalArgumentException with a localized detail message.
|
| JarWrapper.LocalizedIOException |
IOException with a localized detail message.
|
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.