Package org.apache.ivory.oozie.coordinator

Examples of org.apache.ivory.oozie.coordinator.ObjectFactory


    protected String marshal(Cluster cluster, COORDINATORAPP coord, Path outPath, String name) throws IvoryException {
        if(StringUtils.isEmpty(name))
            name = "coordinator";
        name = name + ".xml";
        marshal(cluster, new ObjectFactory().createCoordinatorApp(coord), coordJaxbContext, new Path(outPath, name));
        return name;
    }
View Full Code Here

TOP

Related Classes of org.apache.ivory.oozie.coordinator.ObjectFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.