org.apache.falcon.entity.parser
Class ProcessEntityParser

java.lang.Object
  extended by org.apache.falcon.entity.parser.EntityParser<org.apache.falcon.entity.v0.process.Process>
      extended by org.apache.falcon.entity.parser.ProcessEntityParser

public class ProcessEntityParser
extends EntityParser<org.apache.falcon.entity.v0.process.Process>

Concrete Parser which has XML parsing and validation logic for Process XML.


Constructor Summary
ProcessEntityParser()
           
 
Method Summary
 void validate(org.apache.falcon.entity.v0.process.Process process)
           
 
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

ProcessEntityParser

public ProcessEntityParser()
Method Detail

validate

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


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