|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.util.Strings
public final class Strings
Strings
Nested Class Summary | |
---|---|
static class |
Strings.ChainedResolver
|
static class |
Strings.MapResolver
|
static class |
Strings.PropertiesResolver
|
static interface |
Strings.Resolver
|
Field Summary | |
---|---|
static Strings.Resolver |
SYSTEM_RESOLVER
|
Constructor Summary | |
---|---|
Strings()
|
Method Summary | |
---|---|
static String |
expand(String input)
|
static String |
expand(String input,
Strings.Resolver resolver)
|
static String |
fromUTF8(byte[] bytes)
|
static String |
join(String sep,
Iterable items)
|
static String |
join(String sep,
Object[] items)
|
static byte[] |
toUTF8(String str)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Strings.Resolver SYSTEM_RESOLVER
Constructor Detail |
---|
public Strings()
Method Detail |
---|
public static final byte[] toUTF8(String str)
public static final String fromUTF8(byte[] bytes)
public static final String expand(String input)
public static final String expand(String input, Strings.Resolver resolver)
public static final String join(String sep, Iterable items)
public static final String join(String sep, Object[] items)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |