public class NamedArgumentBuilder extends Object
Modifier and Type | Method and Description |
---|---|
NamedArgumentBuilder |
add(String name,
Serializable value)
Allows to add further arguments which are mapped to a name.
|
NamedArgument[] |
create()
Creates an array of
NamedArgument s for the stored arguments |
public NamedArgumentBuilder add(String name, Serializable value)
name
- name of the argumentvalue
- value of the argumentpublic NamedArgument[] create()
NamedArgument
s for the stored argumentsCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.