public static class IngestXmlExecutable.Builder extends Object
IngestXmlExecutable.| Constructor and Description | 
|---|
| IngestXmlExecutable.Builder(List<String> xmlDocumentLocations)Builds the  IngestXmlExecutablewith multiplexmlDocumentLocations. | 
| IngestXmlExecutable.Builder(String xmlDocumentLocation)Builds the  IngestXmlExecutablewith a singlexmlDocumentLocation. | 
| Modifier and Type | Method and Description | 
|---|---|
| IngestXmlExecutable | build()Builds the  IngestXmlExecutable. | 
| IngestXmlExecutable.Builder | service(XmlIngesterService service)Sets the  XmlIngesterService. | 
| IngestXmlExecutable.Builder | skip(boolean skip)Sets whether to skip this executable or not. | 
public IngestXmlExecutable.Builder(String xmlDocumentLocation)
IngestXmlExecutable with a single xmlDocumentLocation.xmlDocumentLocation - the location with an XML document to ingestpublic IngestXmlExecutable.Builder(List<String> xmlDocumentLocations)
IngestXmlExecutable with multiple xmlDocumentLocations.xmlDocumentLocations - the list of locations with XML documents to ingestpublic IngestXmlExecutable.Builder service(XmlIngesterService service)
XmlIngesterService.service - the XmlIngesterService to setBuilderpublic IngestXmlExecutable.Builder skip(boolean skip)
skip - whether to skip this executable or notBuilderpublic IngestXmlExecutable build()
IngestXmlExecutable.IngestXmlExecutableCopyright © 2005–2014 The Kuali Foundation. All rights reserved.