- All Superinterfaces:
- Prototype.Api
- All Known Implementing Classes:
- ConfigItem.BuilderBase.ConfigItemImpl
Configuration item policy.
 Contains information about the given item to improve its handling.
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classFluent API builder forConfigItem.static classConfigItem.BuilderBase<BUILDER extends ConfigItem.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ConfigItem> Fluent API builder base forConfigItem.
- 
Method SummaryModifier and TypeMethodDescriptionstatic ConfigItem.Builderbuilder()Create a new fluent API builder to customize configuration.static ConfigItem.Builderbuilder(ConfigItem instance) Create a new fluent API builder from an existing instance.booleanWhether to cache this handled config item or not.static ConfigItemcreate()Create a new instance with default values.item()Handled config item.
- 
Method Details- 
builderCreate a new fluent API builder to customize configuration.- Returns:
- a new builder
 
- 
builderCreate a new fluent API builder from an existing instance.- Parameters:
- instance- an existing instance used as a base for the builder
- Returns:
- a builder based on an instance
 
- 
createCreate a new instance with default values.- Returns:
- a new instance
 
- 
cacheItemboolean cacheItem()Whether to cache this handled config item or not. If overall caching is disabled, this will not turn it on even if set to true.- Returns:
- whether to cache handled config item
 
- 
itemString item()Handled config item.- Returns:
- config item
 
 
-