All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download au.net.zeus.jgdms.tools JAR files with all dependencies

Search JAR files by class name

jarwrapper from group au.net.zeus.jgdms.tools (version 3.1.0)

A tool for generating "wrapper" JAR files. A wrapper JAR file contains a Class-Path manifest attribute listing a group of JAR files to be loaded from a common codebase. It may also, depending on applicability and selected options, contain a JAR index file, a preferred class list and/or a Main-Class manifest entry for the grouped JAR files.

Group: au.net.zeus.jgdms.tools Artifact: jarwrapper
Show all versions Show documentation Show source 
 

0 downloads
Artifact jarwrapper
Group au.net.zeus.jgdms.tools
Version 3.1.0
Last update 04. January 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

computehttpmdcodebase from group au.net.zeus.jgdms.tools (version 3.1.0)

Computes the message digests for a codebase with HTTPMD URLs. This utility is run from the main command line. A description of HTTPMD URLs can be found in the net.jini.url.httpmd package and its net.jini.url.httpmd.Handler class.

Group: au.net.zeus.jgdms.tools Artifact: computehttpmdcodebase
Show all versions Show documentation Show source 
 

0 downloads
Artifact computehttpmdcodebase
Group au.net.zeus.jgdms.tools
Version 3.1.0
Last update 04. January 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies jgdms-url-integrity,
There are maybe transitive dependencies!

classserver from group au.net.zeus.jgdms.tools (version 3.1.0)

A simple HTTP server, for serving up JAR and class files.

Group: au.net.zeus.jgdms.tools Artifact: classserver
Show all versions Show documentation Show source 
 

0 downloads
Artifact classserver
Group au.net.zeus.jgdms.tools
Version 3.1.0
Last update 04. January 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jgdms-url-integrity, jgdms-lib,
There are maybe transitive dependencies!

checkser from group au.net.zeus.jgdms.tools (version 3.1.0)

Tool to check for serializable classes that do not have explicit serialVersionUID fields.

Group: au.net.zeus.jgdms.tools Artifact: checkser
Show all versions Show documentation Show source 
 

0 downloads
Artifact checkser
Group au.net.zeus.jgdms.tools
Version 3.1.0
Last update 04. January 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

classdep from group au.net.zeus.jgdms.tools (version 3.1.0)

Tool used to analyze a set of classes and determine on what other classes they directly or indirectly depend. Typically this tool is used to compute the necessary and sufficient set of classes to include in a JAR file, for use in the class path of a client or service, or for use in the codebase of a client or service. The tool starts with a set of "root" classes and recursively computes a dependency graph, finding all of the classes referenced directly by the root classes, finding all of the classes referenced in turn by those classes, and so on, until no new classes are found or until classes that are not of interest are found. The normal output of the tool is a list of all of the classes in the dependency graph. The output from this command can be used as input to the jar tool, to create a JAR file containing precisely those classes.

Group: au.net.zeus.jgdms.tools Artifact: classdep
Show all versions Show documentation Show source 
 

0 downloads
Artifact classdep
Group au.net.zeus.jgdms.tools
Version 3.1.0
Last update 04. January 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies asm, asm-commons,
There are maybe transitive dependencies!

computedigest from group au.net.zeus.jgdms.tools (version 3.1.0)

Prints the message digest for the contents of a URL. This utility is run from the command line.

Group: au.net.zeus.jgdms.tools Artifact: computedigest
Show all versions Show documentation Show source 
 

0 downloads
Artifact computedigest
Group au.net.zeus.jgdms.tools
Version 3.1.0
Last update 04. January 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies jgdms-url-integrity,
There are maybe transitive dependencies!

checkconfigurationfile from group au.net.zeus.jgdms.tools (version 3.1.0)

Checks the format of the source for a Jini ConfigurationFile. The source is specified with either a file, URL, or standard input, as well as with override options. The checks include syntax and static type checking, and require access to any application types mentioned in the source.

Group: au.net.zeus.jgdms.tools Artifact: checkconfigurationfile
Show all versions Show documentation Show source 
 

0 downloads
Artifact checkconfigurationfile
Group au.net.zeus.jgdms.tools
Version 3.1.0
Last update 04. January 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies jgdms-url-integrity,
There are maybe transitive dependencies!

policy-condenser from group au.net.zeus.jgdms.tools (version 3.1.0)

Tool used to clean and condense security policy requirements.

Group: au.net.zeus.jgdms.tools Artifact: policy-condenser
Show all versions Show documentation Show source 
 

0 downloads
Artifact policy-condenser
Group au.net.zeus.jgdms.tools
Version 3.1.0
Last update 04. January 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies jgdms-platform,
There are maybe transitive dependencies!

preferredlistgen from group au.net.zeus.jgdms.tools (version 3.1.0)

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 {@link net.jini.loader.pref.PreferredClassLoader}. The list is generated by examining the dependencies of classes contained within a target JAR file and zero or more additional supporting JAR files. Through various command-line options, a set of "root" classes are identified as belonging to a public API. These root classes provide the starting point for recursively computing a dependency graph, finding all of the classes referenced in the public API of the root classes, finding all of the classes referenced in turn by the public API of those classes, and so on, until no new classes are found. The results of the dependency analysis are combined with the preferred list information in the additional supporting JAR files to compute a preferred list having the smallest number of entries that describes the preferred state of the classes and resources contained in all of the JAR files. The output of the tool is a new version of the target JAR file containing the generated preferred list, and/or a copy of the list printed to System.out.

Group: au.net.zeus.jgdms.tools Artifact: preferredlistgen
Show all versions Show documentation Show source 
 

0 downloads
Artifact preferredlistgen
Group au.net.zeus.jgdms.tools
Version 3.1.0
Last update 04. January 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

envcheck from group au.net.zeus.jgdms.tools (version 3.1.0)

Tool used to perform validity checks on the run-time environment of a client or service. The output of this tool is a report; command-line options control the verbosity and severity level at which report entries are generated. A simple plugin architecture is implemented; a set of plugins implementing a variety of checks is bundled with the tool, and support is provided to allow additional plugins to be supplied by the user.

Group: au.net.zeus.jgdms.tools Artifact: envcheck
Show all versions Show documentation Show source 
 

0 downloads
Artifact envcheck
Group au.net.zeus.jgdms.tools
Version 3.1.0
Last update 04. January 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jgdms-url-integrity, service-starter,
There are maybe transitive dependencies!



Page 1 from 2 (items total 11)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy