java.lang.Object
swim.dynamic.JavaHostLibrary
- All Implemented Interfaces:
HostLibrary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddHostPackage(HostPackage hostPackage) voidaddHostType(HostType<?> hostType) final HostPackagegetHostPackage(String packageName) final HostType<?>getHostType(Class<?> typeClass) final HostType<?>getHostType(String typeName) final Collection<HostPackage>Collection<HostType<?>>final String
-
Field Details
-
libraryName
-
-
Constructor Details
-
JavaHostLibrary
-
-
Method Details
-
libraryName
- Specified by:
libraryNamein interfaceHostLibrary
-
getHostPackage
- Specified by:
getHostPackagein interfaceHostLibrary
-
hostPackages
- Specified by:
hostPackagesin interfaceHostLibrary
-
getHostType
- Specified by:
getHostTypein interfaceHostLibrary
-
getHostType
- Specified by:
getHostTypein interfaceHostLibrary
-
hostTypes
- Specified by:
hostTypesin interfaceHostLibrary
-
addHostPackage
-
addHostType
-