public static interface JavaPlatformFactory.Provider
JavaPlatformFactory
.
The provider should be registered in the default Lookup
.Modifier and Type | Method and Description |
---|---|
JavaPlatformFactory |
forType(String platformType)
Returns a
JavaPlatformFactory for given platform type. |
@CheckForNull JavaPlatformFactory forType(@NonNull String platformType)
JavaPlatformFactory
for given platform type.platformType
- the required platformTypeJavaPlatformFactory
or null for unhandled platform type.