gov.nasa.pds.report.update.properties
Class DBProperties

java.lang.Object
  extended by gov.nasa.pds.report.update.properties.DBProperties

public class DBProperties
extends Object


Constructor Summary
DBProperties()
           
DBProperties(String path)
           
 
Method Summary
 String getDriver()
           
 String getPassword()
           
 String getUrl()
           
 String getUsername()
           
static void main(String[] args)
           
 Connection testConnection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBProperties

public DBProperties(String path)
             throws IOException
Throws:
IOException

DBProperties

public DBProperties()
             throws IOException
Throws:
IOException
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

getUrl

public final String getUrl()

getDriver

public final String getDriver()

getUsername

public final String getUsername()

getPassword

public final String getPassword()

testConnection

public final Connection testConnection()


Copyright © 2010-2013 Planetary Data System. All Rights Reserved.