Uses of Class
org.apache.falcon.oozie.workflow.FS

Packages that use FS
org.apache.falcon.oozie.workflow   
 

Uses of FS in org.apache.falcon.oozie.workflow
 

Fields in org.apache.falcon.oozie.workflow declared as FS
protected  FS ACTION.fs
           
 

Methods in org.apache.falcon.oozie.workflow that return FS
 FS ObjectFactory.createFS()
          Create an instance of FS
 FS ACTION.getFs()
          Gets the value of the fs property.
 

Methods in org.apache.falcon.oozie.workflow that return types with arguments of type FS
 JAXBElement<FS> ObjectFactory.createFs(FS value)
          Create an instance of JAXBElement<FS>}
 

Methods in org.apache.falcon.oozie.workflow with parameters of type FS
 JAXBElement<FS> ObjectFactory.createFs(FS value)
          Create an instance of JAXBElement<FS>}
 void ACTION.setFs(FS value)
          Sets the value of the fs property.
 



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