org.openrdf.workbench.util
Class ConfigTemplate

java.lang.Object
  extended by org.openrdf.workbench.util.ConfigTemplate

public class ConfigTemplate
extends Object

Author:
Arjohn Kampman

Constructor Summary
ConfigTemplate(String template)
           
 
Method Summary
 String getTemplate()
           
 Map<String,List<String>> getVariableMap()
           
 String render(Map<String,String> valueMap)
           
 void setTemplate(String template)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigTemplate

public ConfigTemplate(String template)
Method Detail

getTemplate

public String getTemplate()

setTemplate

public void setTemplate(String template)

getVariableMap

public Map<String,List<String>> getVariableMap()

render

public String render(Map<String,String> valueMap)


Copyright © 2001-2010 Aduna. All Rights Reserved.