-
- All Known Implementing Classes:
JavaHostPackage
public interface HostPackage
A collection of dynamic type descriptors representing a host package.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HostType<?>
getHostType(Class<?> typeClass)
HostType<?>
getHostType(String typeName)
Collection<HostType<?>>
hostTypes()
String
packageName()
-