Package net.larsan.urd.archive

Classes for loading / verifying a Norna service archive.

See:
          Description

Interface Summary
Exporter The exporter interface is used by arhives to export package resources to the shared class space.
PackageSet The package set is used by the archives to keep track of their exported/imported package names.
SharedSpace This interface is the contract for the norna shared class space.
 

Class Summary
ArchiveLoader A secure class loader for a norna archive.
FolderScanner The folder scanner a helper utility for managing folders of norna archive files.
JarArchive A JAR archive is a trivial resource from which a class loader can load a service.
ServiceArchive A service archive contains a JAR file with a modified manifest for specialized Norna Service Archive properties.
SharedSpaceLoader The shared space loader is a class loader for exported packages in the Norna framework.
 

Package net.larsan.urd.archive Description

Classes for loading / verifying a Norna service archive.