Package org.eclipse.imagen.spi
Interface ServiceAllowListProvider
public interface ServiceAllowListProvider
Contributes exact service-provider class names that ImageN may instantiate through its SPI loading path.
Implementations are discovered through Java ServiceLoader. Returned values must be exact fully qualified
class names. Blank entries are ignored by ImageN.
-
Method Summary
Modifier and TypeMethodDescriptionReturns exact service-provider class names that should be trusted in addition to ImageN built-in defaults.
-
Method Details
-
getAllowedServiceProviderClasses
Returns exact service-provider class names that should be trusted in addition to ImageN built-in defaults.- Returns:
- exact fully qualified service-provider class names; never
null, use an empty set to contribute nothing
-