|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.weld.util.Strings
public class Strings
String utilities
| Constructor Summary | |
|---|---|
Strings()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
collectionToString(java.lang.String header,
java.util.Collection<?> collection)
Returns a textual representation of a collection for debug purposes |
static java.lang.String |
decapitalize(java.lang.String camelCase)
Decapitalizes a String |
static java.lang.String |
mapToString(java.lang.String header,
java.util.Map<?,?> map)
Returns a textual representation of a map for debug purposes |
static java.lang.String[] |
split(java.lang.String strings,
java.lang.String delims)
Split a string into parts |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Strings()
| Method Detail |
|---|
public static java.lang.String decapitalize(java.lang.String camelCase)
camelCase - The String
public static java.lang.String[] split(java.lang.String strings,
java.lang.String delims)
strings - The sourcesdelims - The delimeter
public static java.lang.String mapToString(java.lang.String header,
java.util.Map<?,?> map)
header - The description of the mapmap - The map
public static java.lang.String collectionToString(java.lang.String header,
java.util.Collection<?> collection)
header - The description of the collectioncollection - The collection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||