Class ResourcesProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.ResourcesProcessor
- All Implemented Interfaces:
 ElementProcessor<Void>
@XmlSimpleName("resources")
public class ResourcesProcessor
extends Object
implements ElementProcessor<Void>
An 
ElementProcessor for the <resources%gt; element of
 Coherence Operational Configuration files.- Since:
 - 22.06
 - Author:
 - Jonathan Knight 2022.03.01
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprocess(ProcessingContext context, XmlElement xmlElement) Process anXmlElementto return a specific type of value. 
- 
Constructor Details
- 
ResourcesProcessor
public ResourcesProcessor() 
 - 
 - 
Method Details
- 
process
Description copied from interface:ElementProcessorProcess anXmlElementto return a specific type of value.- Specified by:
 processin interfaceElementProcessor<Void>- Parameters:
 context- theProcessingContextin which theXmlElementis being processedxmlElement- theXmlElementto process- Returns:
 - a value of type T
 - Throws:
 ConfigurationException- when a configuration problem was encountered
 
 -