public interface Component
| Modifier and Type | Method and Description |
|---|---|
void |
copySettings(Map<String,Object> settings)
Copy settings (object properties except for property 'maxProcessCount')
to the current component
|
Map<String,Object> |
extractSettings()
Extract settings (object properties except for property
'maxProcessCount') of the current component
|
void copySettings(Map<String,Object> settings) throws IllegalAccessException, InvocationTargetException
settings - InvocationTargetExceptionIllegalAccessExceptionMap<String,Object> extractSettings() throws IllegalAccessException, InvocationTargetException, NoSuchMethodException
NoSuchMethodExceptionInvocationTargetExceptionIllegalAccessExceptionCopyright © 2016. All Rights Reserved.