org.apache.falcon.entity.parser
Class FeedEntityParser

java.lang.Object
  extended by org.apache.falcon.entity.parser.EntityParser<org.apache.falcon.entity.v0.feed.Feed>
      extended by org.apache.falcon.entity.parser.FeedEntityParser

public class FeedEntityParser
extends EntityParser<org.apache.falcon.entity.v0.feed.Feed>

Parser that parses feed entity definition.


Constructor Summary
FeedEntityParser()
           
 
Method Summary
 void validate(org.apache.falcon.entity.v0.feed.Feed feed)
           
 
Methods inherited from class org.apache.falcon.entity.parser.EntityParser
getEntityType, parse, parseAndValidate, parseAndValidate, validateEntitiesExist, validateEntityExists
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedEntityParser

public FeedEntityParser()
Method Detail

validate

public void validate(org.apache.falcon.entity.v0.feed.Feed feed)
              throws FalconException
Specified by:
validate in class EntityParser<org.apache.falcon.entity.v0.feed.Feed>
Throws:
FalconException


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