public interface GenericProvider
Modifier and Type | Method and Description |
---|---|
default java.lang.String |
getLabel(java.lang.String lang)
returns the label of the provider
|
default java.lang.String |
getName()
returns the name of the provider
|
default void |
init(java.lang.String providerName,
JProperties subProperties)
this method is called on provider's initialization
|
default boolean |
isInitialized()
indicate if the provider is correctly initialized
|
default java.lang.String getName()
default java.lang.String getLabel(java.lang.String lang)
lang
- the language of the labeldefault void init(java.lang.String providerName, JProperties subProperties)
providerName
- the name of the provider, from class configuration propertysubProperties
- the properties with the same prefix than the property describing the provider classdefault boolean isInitialized()
Copyright © 2001-2021 Jalios SA. All Rights Reserved.