public static class IngestXmlExecutable.Builder extends Object
IngestXmlExecutable
.Constructor and Description |
---|
Builder(List<String> xmlDocumentLocations)
Builds the
IngestXmlExecutable with multiple xmlDocumentLocations . |
Builder(String xmlDocumentLocation)
Builds the
IngestXmlExecutable with a single xmlDocumentLocation . |
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 Builder(String xmlDocumentLocation)
IngestXmlExecutable
with a single xmlDocumentLocation
.xmlDocumentLocation
- the location with an XML document to ingestpublic 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 setBuilder
public IngestXmlExecutable.Builder skip(boolean skip)
skip
- whether to skip this executable or notBuilder
public IngestXmlExecutable build()
IngestXmlExecutable
.IngestXmlExecutable
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.