public class CommonConnectionExtension extends ConnectionExtension
Constructor and Description |
---|
CommonConnectionExtension() |
Modifier and Type | Method and Description |
---|---|
void |
reconfigure(ConnectionExtension from) |
void |
reconfigureReflectively(ConnectionExtension from,
Class<? extends ConnectionExtension> clazz)
Iterates over all configurable fields and transfers the values using getter/setters from 'from' to this
|
getBaseClass, getConnection, setConnection
public CommonConnectionExtension()
public void reconfigureReflectively(ConnectionExtension from, Class<? extends ConnectionExtension> clazz)
from
- The extension with new configurationclazz
- Class of the extensionpublic void reconfigure(ConnectionExtension from)
reconfigure
in class ConnectionExtension
Copyright © 2017 dcm4che.org. All rights reserved.