treebolic.provider.sql
Class SqlProperties

java.lang.Object
  extended by treebolic.provider.sql.SqlProperties

public class SqlProperties
extends java.lang.Object

SQL properties

Author:
Bernard Bou

Constructor Summary
SqlProperties()
           
 
Method Summary
static java.util.Properties load(java.net.URL thisUrl)
          Load properties
(package private) static void save(java.util.Properties theseProperties, java.lang.String thisPropertyFile)
          Save properties
static java.lang.String toString(java.util.Properties theseProperties)
          Make default property
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlProperties

public SqlProperties()
Method Detail

load

public static java.util.Properties load(java.net.URL thisUrl)
Load properties


save

static void save(java.util.Properties theseProperties,
                 java.lang.String thisPropertyFile)
Save properties


toString

public static java.lang.String toString(java.util.Properties theseProperties)
Make default property