org.kuali.rice.xml.ingest
Class IngestXmlExecutable.Builder

java.lang.Object
  extended by org.kuali.rice.xml.ingest.IngestXmlExecutable.Builder
Enclosing class:
IngestXmlExecutable

public static class IngestXmlExecutable.Builder
extends Object


Constructor Summary
IngestXmlExecutable.Builder(List<String> locationListings)
           
IngestXmlExecutable.Builder(String locationListing)
           
 
Method Summary
 IngestXmlExecutable build()
           
 IngestXmlExecutable.Builder service(XmlIngesterService service)
           
 IngestXmlExecutable.Builder skip(boolean skip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IngestXmlExecutable.Builder

public IngestXmlExecutable.Builder(String locationListing)

IngestXmlExecutable.Builder

public IngestXmlExecutable.Builder(List<String> locationListings)
Method Detail

service

public IngestXmlExecutable.Builder service(XmlIngesterService service)

skip

public IngestXmlExecutable.Builder skip(boolean skip)

build

public IngestXmlExecutable build()


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.