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