public class PotentialSpringConfigAnalyzer extends java.lang.Object implements IResourceInformationProcessor
SpringConfigEntity objects in the associated container.| Constructor and Description |
|---|
PotentialSpringConfigAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Optional<org.pfsw.six.Element> |
loadAndParseIfSpringConfigFile(ResourceInformation resource) |
boolean |
process(ResourceInformation resource)
Process the given spring bean and returns true if processing
should be continued, otherwise false.
|
protected void |
processSpringConfigFile(ResourceInformation resource,
org.pfsw.six.Element rootElement) |
public boolean process(ResourceInformation resource)
InterruptableProcessorprocess in interface InterruptableProcessor<ResourceInformation>resource - The object to be processed (never null).protected void processSpringConfigFile(ResourceInformation resource, org.pfsw.six.Element rootElement)
protected java.util.Optional<org.pfsw.six.Element> loadAndParseIfSpringConfigFile(ResourceInformation resource)