Class FrameworkPropertyDescription
java.lang.Object
org.apache.sling.feature.extension.apiregions.api.config.AttributeableEntity
org.apache.sling.feature.extension.apiregions.api.config.DescribableEntity
org.apache.sling.feature.extension.apiregions.api.config.PropertyDescription
org.apache.sling.feature.extension.apiregions.api.config.FrameworkPropertyDescription
A framework property description
This class is not thread safe.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sling.feature.extension.apiregions.api.config.PropertyDescription
clear, createJson, fromJSONObject, getCardinality, getDefaultValue, getExcludes, getIncludes, getInternalMode, getMode, getOptions, getPlaceholderPolicy, getPlaceholderRegex, getPlaceholderRegexPattern, getRange, getRegex, getRegexPattern, getType, getVariable, isRequired, setCardinality, setDefaults, setDefaultValue, setExcludes, setIncludes, setInternalMode, setMode, setOptions, setPlaceholderPolicy, setPlaceholderRegex, setRange, setRegex, setRequired, setType, setVariableMethods inherited from class org.apache.sling.feature.extension.apiregions.api.config.DescribableEntity
getDeprecated, getDescription, getEnforceOn, getSince, getTitle, setDeprecated, setDescription, setEnforceOn, setSince, setTitleMethods inherited from class org.apache.sling.feature.extension.apiregions.api.config.AttributeableEntity
getAttributes, getBoolean, getInteger, getNumber, getString, getString, getStringArray, setString, setStringArray, toJSONObject
-
Constructor Details
-
FrameworkPropertyDescription
public FrameworkPropertyDescription()
-