saker.nest Documentation TaskDoc JavaDoc Packages
public interface ExternalArchiveClassLoader
Interface implemented by ClassLoaders that load classes from external archives.

The interface is implemented by all class laoders which load classes from extternal archives. External archives are downloaded by the repository runtime based on the external dependencies of a bundle.

This interface is not to be implemented by clients.

saker.nest 0.8.5
Methods
public ExternalArchive
Gets the external archive this classloader loads the classes from.
Gets the external archive this classloader loads the classes from.
The external archive.