|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.neeve.util.UtlStr
public final class UtlStr
Utility class containing methods to work with strings.
This class IS NOT intended to be used by end users.
Nested Class Summary | |
---|---|
static interface |
UtlStr.ISubstResolver
Resolves substitution values for string substitution. |
static class |
UtlStr.SubstResolverFromEnv
A ISubstResolver implementation that pulls values from UtlEnv . |
Constructor Summary | |
---|---|
UtlStr()
|
Method Summary | |
---|---|
static String |
subst(String str,
UtlTailoring.PropertySource resolver)
|
static String |
substEnv(String str)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UtlStr()
Method Detail |
---|
public static final String subst(String str, UtlTailoring.PropertySource resolver)
public static final String substEnv(String str)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |