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