K
- The customization key class.public interface DefinitionDAO<K>
Modifier and Type | Method and Description |
---|---|
Definition |
getDefinition(String name,
K customizationKey)
Returns a definition, given its name and the customization key.
|
Map<String,Definition> |
getDefinitions(K customizationKey)
Returns all the definitions used of a customization key.
|
Definition getDefinition(String name, K customizationKey)
name
- The name of the definition.customizationKey
- The customization key.null
.
The inheritance of the definition must not be resolved.Map<String,Definition> getDefinitions(K customizationKey)
customizationKey
- The customization key.Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.