Uses of Class
org.apache.falcon.entity.parser.EntityParser

Packages that use EntityParser
org.apache.falcon.entity.parser   
 

Uses of EntityParser in org.apache.falcon.entity.parser
 

Subclasses of EntityParser in org.apache.falcon.entity.parser
 class ClusterEntityParser
          Parser that parses cluster entity definition.
 class FeedEntityParser
          Parser that parses feed entity definition.
 class ProcessEntityParser
          Concrete Parser which has XML parsing and validation logic for Process XML.
 

Methods in org.apache.falcon.entity.parser that return EntityParser
static EntityParser EntityParserFactory.getParser(EntityType entityType)
          Tie EnityType with the Entity Class in one place so that it can be unmarshalled easily by concrete classes based on the class type using JAXB.
 



Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.