| Package | Description |
|---|---|
| org.apache.sling.feature |
| Modifier and Type | Method and Description |
|---|---|
KeyValueMap |
Feature.getFrameworkProperties()
Get the framework properties
The returned object is modifiable.
|
KeyValueMap |
Application.getFrameworkProperties()
Get the framework properties
The map is modifiable
|
KeyValueMap |
Artifact.getMetadata()
Get the metadata of the artifact.
|
KeyValueMap |
Feature.getVariables()
Obtain the variables of the feature
|
KeyValueMap |
Application.getVariables()
Get the variables
The map is modifiable
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyValueMap.putAll(KeyValueMap map)
Put all items from the other map in this map
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.