-
Class Summary
| Class |
Description |
| CommonResources |
This class deals with "common resources": that is resources that
are not linked to a specific package (such resources are often queried
using an initial slash when querying a resource through the Class
resource methods such as getResource : getResource("/global.properties")).
|
Package org.lsst.ccs.utilities.jars Description
This package deals with resources:
the CommandResources class deals with resources that may be spread along different jars.
Beware: though many methods look like those of the bootstrap module they operate
differently; the codes do not know about deployment policy and use URLs (they do not know about files)
The MavenResources class provides utilities for knowing how the deployed jars
were generated by Maven (example: you can trace the version of the Jar if is not in the META-INF package information -though they should be the same-)
- Author:
- bamade