Spring for Apache Hadoop

org.springframework.data.hadoop.config
Class AbstractGenericOptionsParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
          extended by org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
              extended by org.springframework.data.hadoop.config.AbstractImprovedSimpleBeanDefinitionParser
                  extended by org.springframework.data.hadoop.config.AbstractPropertiesConfiguredBeanDefinitionParser
                      extended by org.springframework.data.hadoop.config.AbstractGenericOptionsParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
Direct Known Subclasses:
JarRunnerParser, ToolRunnerParser

public class AbstractGenericOptionsParser
extends AbstractPropertiesConfiguredBeanDefinitionParser

Author:
Costin Leau

Field Summary
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
 
Constructor Summary
AbstractGenericOptionsParser()
           
 
Method Summary
protected  void doParse(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
           
protected  boolean isEligibleAttribute(java.lang.String attributeName)
           
 
Methods inherited from class org.springframework.data.hadoop.config.AbstractImprovedSimpleBeanDefinitionParser
defaultId, registerBeanDefinition, resolveId
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
extractPropertyName, isEligibleAttribute, isEligibleAttribute, postProcess
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
doParse, getBeanClass, getBeanClassName, getParentName, parseInternal
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractGenericOptionsParser

public AbstractGenericOptionsParser()
Method Detail

isEligibleAttribute

protected boolean isEligibleAttribute(java.lang.String attributeName)
Overrides:
isEligibleAttribute in class AbstractPropertiesConfiguredBeanDefinitionParser

doParse

protected void doParse(org.w3c.dom.Element element,
                       org.springframework.beans.factory.xml.ParserContext parserContext,
                       org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
Overrides:
doParse in class AbstractPropertiesConfiguredBeanDefinitionParser

Spring for Apache Hadoop