|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionUtilConfig | |
---|---|
net.sourceforge.argval.collection | |
net.sourceforge.argval.version |
Uses of CollectionUtilConfig in net.sourceforge.argval.collection |
---|
Methods in net.sourceforge.argval.collection that return CollectionUtilConfig | |
---|---|
static CollectionUtilConfig |
CollectionUtilConfigFactory.create(String valueSeparator)
|
CollectionUtilConfig |
CollectionUtilConfigFactory.create(String name,
String valueSeparator)
Creates and registers a configuration, which only makes use of a value separator. |
CollectionUtilConfig |
CollectionUtilConfigFactory.getConfig(String name)
|
Methods in net.sourceforge.argval.collection with parameters of type CollectionUtilConfig | |
---|---|
void |
CollectionUtilConfigFactory.setConfig(String name,
CollectionUtilConfig config)
|
static String |
CollectionUtil.toString(List<?> messageList,
CollectionUtilConfig config)
|
static String |
CollectionUtil.toString(Map<?,?> patternMap,
CollectionUtilConfig config)
|
static String |
CollectionUtil.toString(Object[] input,
CollectionUtilConfig config)
|
static String |
CollectionUtil.toString(Object[] nameArray,
Object[] valueArray,
CollectionUtilConfig config)
|
static String |
CollectionUtil.toString(StringBuffer strBuf,
List<?> inputList,
CollectionUtilConfig config)
|
static StringBuffer |
CollectionUtil.toString(StringBuffer strBuf,
Map<?,?> patternMap,
CollectionUtilConfig config)
|
static String |
CollectionUtil.toString(StringBuffer strBuf,
Object[] input,
CollectionUtilConfig config)
|
static String |
CollectionUtil.toString(StringBuffer strBuf,
Object[] nameArray,
Object[] valueArray,
CollectionUtilConfig config)
|
static StringBuffer |
CollectionUtil.toString(StringBuffer strBuf,
String name,
String[] nameArray,
Object[] valueArray,
CollectionUtilConfig config)
|
Uses of CollectionUtilConfig in net.sourceforge.argval.version |
---|
Constructors in net.sourceforge.argval.version with parameters of type CollectionUtilConfig | |
---|---|
SimpleVersionNumberVisitor(String separator,
CollectionUtilConfig config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |