Package | Description |
---|---|
org.apache.logging.log4j.catalog.api |
Catalog API.
|
org.apache.logging.log4j.catalog.api.dao |
Modifier and Type | Method and Description |
---|---|
Attribute |
CatalogReader.getAttribute(String name)
Retrieves an Attribute.
|
Attribute |
Attribute.setAliases(Set<String> aliases)
Sets List of alias Strings.
|
Attribute |
Attribute.setConstraints(Set<Constraint> constraints)
Sets the Constraints onf the attribute.
|
Attribute |
Attribute.setDataType(DataType dataType)
Set the data type of the attribute.
|
Attribute |
Attribute.setDescription(String description)
Set the description of the attribute.
|
Attribute |
Attribute.setDisplayName(String name)
Set the name to be displayed for this attribute.
|
Attribute |
Attribute.setExamples(Set<String> examples)
Sets the List of example Strings.
|
Attribute |
Attribute.setIndexed(boolean indexed)
Set whether this attribute is an index.
|
Attribute |
Attribute.setName(String name)
Set the name of the AttributeDto.
|
Attribute |
Attribute.setRequestContext(boolean isRequestContext)
Set whether this attribute is part of the RequestContext.
|
Attribute |
Attribute.setRequired(boolean required)
Set whether this attribute is required.
|
Attribute |
Attribute.setSortable(boolean sortable)
Set whether a sort may be performed on this attribute.
|
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
CatalogData.getAttributes()
Returns the List of AttributeDto objects.
|
Map<String,Attribute> |
CatalogReader.getAttributes()
Return all the Attributes as a Map.
|
Modifier and Type | Method and Description |
---|---|
void |
CatalogData.setAttributes(List<Attribute> attributes)
Sets the List of AttributeDto objects.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,Attribute> |
AbstractCatalogReader.attributes |
Modifier and Type | Method and Description |
---|---|
Attribute |
AbstractCatalogReader.getAttribute(String name) |
Attribute |
CatalogDao.getAttribute(String name)
Retrieves an Attribute.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Attribute> |
AbstractCatalogReader.getAttributes() |
Map<String,Attribute> |
CatalogDao.getAttributes()
Return all the Attributes as a Map.
|
Copyright © 2016-2018 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.