com.neeve.util
Class UtlStr

java.lang.Object
  extended by com.neeve.util.UtlStr

public final class UtlStr
extends Object

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

UtlStr

public UtlStr()
Method Detail

subst

public static final String subst(String str,
                                 UtlTailoring.PropertySource resolver)

substEnv

public static final String substEnv(String str)


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.