public class URLCheck
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Vector |
attributes |
static java.util.Vector |
booleanAttributes |
(package private) LocalizedResource |
langUtil |
private static java.util.Vector |
validDerbyProps |
(package private) java.util.Vector |
validProps |
Constructor and Description |
---|
URLCheck(java.lang.String anURL) |
Modifier and Type | Method and Description |
---|---|
void |
check() |
void |
checkForDuplicate(AttributeHolder anAttribute) |
java.util.Properties |
getAttributes(java.lang.String url,
java.util.Properties props) |
static java.util.Vector |
getBooleanAttributes() |
private java.util.Vector |
getValidDerbyProps() |
static void |
main(java.lang.String[] args) |
public java.util.Vector attributes
public static java.util.Vector booleanAttributes
LocalizedResource langUtil
java.util.Vector validProps
private static java.util.Vector validDerbyProps
public static void main(java.lang.String[] args)
public void check()
public void checkForDuplicate(AttributeHolder anAttribute)
public java.util.Properties getAttributes(java.lang.String url, java.util.Properties props) throws java.lang.Exception
java.lang.Exception
public static java.util.Vector getBooleanAttributes()
private java.util.Vector getValidDerbyProps()
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.