Modifier and Type | Field and Description |
---|---|
protected List<Property> |
AbstractExtension.properties |
Modifier and Type | Method and Description |
---|---|
Property |
ObjectFactory.createProperty()
Create an instance of
Property |
Property |
Property.withKey(String value) |
Property |
Property.withStringValue(String value) |
Modifier and Type | Method and Description |
---|---|
List<Property> |
AbstractExtension.getProperties()
Gets the value of the properties property.
|
Modifier and Type | Method and Description |
---|---|
AbstractExtension |
AbstractExtension.withProperties(Property... values) |
ExtensionVersion |
ExtensionVersion.withProperties(Property... values) |
Extension |
Extension.withProperties(Property... values) |
Modifier and Type | Method and Description |
---|---|
AbstractExtension |
AbstractExtension.withProperties(Collection<Property> values) |
ExtensionVersion |
ExtensionVersion.withProperties(Collection<Property> values) |
Extension |
Extension.withProperties(Collection<Property> values) |
Copyright © 2004–2021 XWiki. All rights reserved.