K
- JAXB classV
- Configuration object that is stored in memory (might be the same
as the JAXB class or could be a different class)public abstract class AbstractMergingJaxbConfigDao<K,V> extends Object
Constructor and Description |
---|
AbstractMergingJaxbConfigDao(Class<K> entityClass,
String description,
Path includeFolder) |
AbstractMergingJaxbConfigDao(Class<K> entityClass,
String description,
Path rootFile,
Path includeFolder) |
Modifier and Type | Method and Description |
---|---|
Date |
getLastUpdate() |
V |
getObject() |
Long |
getReloadCheckInterval() |
abstract V |
mergeConfigs(V source,
V target) |
void |
setReloadCheckInterval(Long reloadCheckInterval) |
abstract V |
translateConfig(K config) |
public AbstractMergingJaxbConfigDao(Class<K> entityClass, String description, Path includeFolder)
Copyright © 2017. All rights reserved.