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