public class Categories extends InternalElementsMap<java.lang.String,Category> implements NameOverrideFeature, DOMJavaClassIntrospector.XMLSaver
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CATEGORY_DEFINITION_PATH |
| Constructor and Description |
|---|
Categories(Session session,
Configuration config,
ConfigurationAccessor conf,
java.util.Map<java.lang.String,java.lang.Object> rootMap,
java.util.logging.Logger m_logger) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNameOverride() |
void |
save() |
void |
save(java.lang.String xml) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic static final java.lang.String CATEGORY_DEFINITION_PATH
public Categories(Session session,
Configuration config,
ConfigurationAccessor conf,
java.util.Map<java.lang.String,java.lang.Object> rootMap,
java.util.logging.Logger m_logger)
public java.lang.String getNameOverride()
getNameOverride in interface NameOverrideFeaturepublic void save()
save in interface DOMJavaClassIntrospector.XMLSaverpublic void save(java.lang.String xml)
save in interface DOMJavaClassIntrospector.XMLSaver