Package com.iizix.text
Interface IKStringInfoProviderHolder
- All Known Implementing Classes:
Activator,JakartaEEServer,JettyRunConfiguration,PropVerification,RuntimeBuilderServer,ServerShell,StandardServer,ValidationKStringInfoProviderHolder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IKStringInfoProviderHolderInterface to retrieve the KString information provider.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IKStringInfoProvidergetKStringInfoProvider()Retrieves the KStringInfoProvider.
Method Detail
getKStringInfoProvider
IKStringInfoProvider getKStringInfoProvider()
Retrieves the KStringInfoProvider.- Returns:
- The KString information provider instance, or null if not possible.