org.apache.tuscany.das.rdb.util
Class ConfigUtil

java.lang.Object
  extended by org.apache.tuscany.das.rdb.util.ConfigUtil

public final class ConfigUtil
extends java.lang.Object

Config util provides config-related utilities such as loading a Config instance from an InputStream


Method Summary
static java.lang.String getParameters(Command command)
           
static java.lang.String getParameters(Create createCommand)
           
static java.lang.String getParameters(Delete deleteCommand)
           
static java.lang.String getParameters(Update updateCommand)
           
static Config loadConfig(java.io.InputStream configStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

loadConfig

public static Config loadConfig(java.io.InputStream configStream)

getParameters

public static java.lang.String getParameters(Create createCommand)

getParameters

public static java.lang.String getParameters(Update updateCommand)

getParameters

public static java.lang.String getParameters(Delete deleteCommand)

getParameters

public static java.lang.String getParameters(Command command)


Copyright © 2007 Apache Software Foundation. All Rights Reserved.