public static class XmlDocumentSourceHelperDescriptor.AttributeBuilder extends Object
XmlDocumentSourceHelper component. You can use this
builder as a type-safe alternative to populating the attribute map using attribute keys.| Modifier and Type | Field and Description |
|---|---|
Map<String,Object> |
map
The attribute map populated by this builder.
|
| Modifier | Constructor and Description |
|---|---|
protected |
XmlDocumentSourceHelperDescriptor.AttributeBuilder(Map<String,Object> map)
Creates a builder backed by the provided map.
|
| Modifier and Type | Method and Description |
|---|---|
XmlDocumentSourceHelperDescriptor.AttributeBuilder |
timeout(int value)
Data transfer timeout.
|
XmlDocumentSourceHelperDescriptor.AttributeBuilder |
timeout(org.carrot2.util.attribute.IObjectFactory<? extends Integer> value)
Data transfer timeout.
|
public XmlDocumentSourceHelperDescriptor.AttributeBuilder timeout(int value)
XmlDocumentSourceHelper.timeoutpublic XmlDocumentSourceHelperDescriptor.AttributeBuilder timeout(org.carrot2.util.attribute.IObjectFactory<? extends Integer> value)
XmlDocumentSourceHelper.timeout