com.stimulsoft.base.utils
Class StiParsedParameters

java.lang.Object
  extended by com.stimulsoft.base.utils.StiParsedParameters

public class StiParsedParameters
extends Object

Copyright Stimulsoft


Constructor Summary
StiParsedParameters(String string, String regex)
           
 
Method Summary
 HashMap<String,String> getLowerKeyValue()
           
 String getOriginalKey(String lowerKey)
           
 HashMap<String,String> getOriginalKeyValue()
           
 HashMap<String,String> getOriginalKeyValue(Map<String,String> keyValue)
           
 String getValue(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiParsedParameters

public StiParsedParameters(String string,
                           String regex)
Method Detail

getValue

public String getValue(String key)

getOriginalKey

public String getOriginalKey(String lowerKey)

getLowerKeyValue

public HashMap<String,String> getLowerKeyValue()

getOriginalKeyValue

public HashMap<String,String> getOriginalKeyValue(Map<String,String> keyValue)

getOriginalKeyValue

public HashMap<String,String> getOriginalKeyValue()


Copyright © 2017 Stimulsoft. All Rights Reserved.