foundry-0.9.1

foundry.stringutils
Class SystemPropertiesInterpolator

java.lang.Object
  |
  +--foundry.stringutils.SimpleInterpolator
        |
        +--foundry.stringutils.SystemPropertiesInterpolator
All Implemented Interfaces:
Interpolator

public class SystemPropertiesInterpolator
extends SimpleInterpolator


Fields inherited from class foundry.stringutils.SimpleInterpolator
endDelimiter, startDelimiter, strict
 
Constructor Summary
SystemPropertiesInterpolator()
           
SystemPropertiesInterpolator(String startDelimiter, String endDelimiter, boolean strict)
           
 
Method Summary
 String getValueForToken(String token)
           
 
Methods inherited from class foundry.stringutils.SimpleInterpolator
getTokenEndDelimiter, getTokenStartDelimiter, interpolate, isStrict, setStrict
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

SystemPropertiesInterpolator

public SystemPropertiesInterpolator()

SystemPropertiesInterpolator

public SystemPropertiesInterpolator(String startDelimiter,
                                    String endDelimiter,
                                    boolean strict)
Method Detail

getValueForToken

public String getValueForToken(String token)
                        throws StringUtilsException
Overrides:
getValueForToken in class SimpleInterpolator

foundry-0.9.1

Copyright © 2000 - Laird Jarrett Nelson