public abstract class AbstractLocalConfiguration<T> extends Object implements LocalConfiguration<T>
LocalConfiguration implementers.
Provides default implementation for most methods.
| Constructor and Description |
|---|
AbstractLocalConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canMerge()
Returns
true if this LocalConfiguration accepted to be merged with a parent configuration,
false otherwise. |
T |
merge(T other)
Merge this
LocalConfiguration with another one. |
void |
save(CoreSession session)
Save this LocalConfiguration.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDocumentRefpublic AbstractLocalConfiguration()
public boolean canMerge()
LocalConfigurationtrue if this LocalConfiguration accepted to be merged with a parent configuration,
false otherwise.canMerge in interface LocalConfiguration<T>public T merge(T other)
LocalConfigurationLocalConfiguration with another one.merge in interface LocalConfiguration<T>public void save(CoreSession session)
LocalConfigurationsave in interface LocalConfiguration<T>Copyright © 2019 Nuxeo. All rights reserved.