- All Known Implementing Classes:
JavaHostLibrary
public interface HostLibrary
A collection of dynamically typed module descriptors representing
a host library.
-
Method Summary
Modifier and TypeMethodDescriptiongetHostPackage(String packageName) HostType<?>getHostType(Class<?> typeClass) HostType<?>getHostType(String typeName) Collection<HostType<?>>
-
Method Details
-
libraryName
String libraryName() -
getHostPackage
-
hostPackages
Collection<HostPackage> hostPackages() -
getHostType
-
getHostType
-
hostTypes
Collection<HostType<?>> hostTypes()
-