|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurableConverter
Implemented by converters with additional parameters
taken from plugin.xml configuration file.
Full list of plugin parameters can be obtained from ExtensionParam
enum class.
Method Summary | |
---|---|
void |
configure(java.util.Map<java.lang.String,java.lang.String> params)
Provided through EGE configuration mechanism parameters can be compared with ExtensionParam values. |
Methods inherited from interface pl.psnc.dl.ege.component.Converter |
---|
convert, getPossibleConversions |
Method Detail |
---|
void configure(java.util.Map<java.lang.String,java.lang.String> params) throws EGEException
Provided through EGE configuration mechanism parameters
can be compared with ExtensionParam
values.
When expected parameters are missing or with errors one can implement
throwing of a EGEException in case when component can`t be
properly setup without them - EGE configuration manager will exclude
extension when catching exception.
params
- converters parameters
EGEException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |