MCPcopy Create free account
hub / github.com/chaoyangnz/gava / definePackage

Method definePackage

example/src/java/lang/ClassLoader.java:1569–1586  ·  view source on GitHub ↗

Defines a package by name in this ClassLoader . This allows class loaders to define the packages for their classes. Packages must be created before the class is defined, and package names must be unique within a class loader and cannot be redefined or changed once created. @param name

(String name, String specTitle,
                                    String specVersion, String specVendor,
                                    String implTitle, String implVersion,
                                    String implVendor, URL sealBase)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

getPackageMethod · 0.95

Tested by

no test coverage detected