org.apache.derby.impl.tools.ij
Class URLCheck
java.lang.Object
org.apache.derby.impl.tools.ij.URLCheck
public class URLCheck
- extends java.lang.Object
This class takes a string used for a connection URL and checks for
correctness.
To turn off output in ij, use the command line
property of -DURLCheck=false.
param anURL The URL used to connect to a database.
Constructor Summary |
URLCheck(java.lang.String anURL)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attributes
public java.util.Vector attributes
booleanAttributes
public static java.util.Vector booleanAttributes
langUtil
LocalizedResource langUtil
validProps
java.util.Vector validProps
validDerbyProps
private static java.util.Vector validDerbyProps
URLCheck
public URLCheck(java.lang.String anURL)
main
public static void main(java.lang.String[] args)
check
public void check()
checkForDuplicate
public void checkForDuplicate(AttributeHolder anAttribute)
getAttributes
public java.util.Properties getAttributes(java.lang.String url,
java.util.Properties props)
throws java.lang.Exception
- Throws:
java.lang.Exception
getBooleanAttributes
public static java.util.Vector getBooleanAttributes()
getValidDerbyProps
private java.util.Vector getValidDerbyProps()
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.