Home | History | Annotate | Download | only in util

Lines Matching refs:pckg

90      * @param pckg      the package
96 protected VersionInfo(String pckg, String module,
98 if (pckg == null) {
103 infoPackage = pckg;
225 * @param pckg the package for which to load version information,
234 public final static VersionInfo loadVersionInfo(final String pckg,
236 if (pckg == null) {
249 (pckg.replace('.', '/') + "/" + VERSION_PROPERTY_FILE);
265 result = fromMap(pckg, vip, clsldr);
274 * @param pckg the package for the version information
281 protected final static VersionInfo fromMap(String pckg, Map info,
283 if (pckg == null) {
314 return new VersionInfo(pckg, module, release, timestamp, clsldrstr);