DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.test
Class UrlTester

java.lang.Object
  extended by org.dlese.dpc.schemedit.test.UrlTester

public class UrlTester
extends Object

Utilities for manipulating XPaths, represented as String

Version:
$Id: UrlTester.java,v 1.5 2009/03/20 23:33:58 jweather Exp $
Author:
ostwald

Constructor Summary
UrlTester()
           
 
Method Summary
static void chopUrl(URL url)
          Split given URL into pieces and print them out
static boolean isValidUrl(String s)
          Gets the validUrl attribute of the UrlTester class
static void main(String[] args)
          The main program for the UrlTester class
static void prtArray(String name, String[] array)
          NOT YET DOCUMENTED
static void validateUrl(String s)
          NOT YET DOCUMENTED
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlTester

public UrlTester()
Method Detail

isValidUrl

public static boolean isValidUrl(String s)
Gets the validUrl attribute of the UrlTester class

Parameters:
s - Description of the Parameter
Returns:
The validUrl value

chopUrl

public static void chopUrl(URL url)
Split given URL into pieces and print them out

Parameters:
url - Description of the Parameter

prtArray

public static void prtArray(String name,
                            String[] array)
NOT YET DOCUMENTED

Parameters:
name - NOT YET DOCUMENTED
array - NOT YET DOCUMENTED

validateUrl

public static void validateUrl(String s)
NOT YET DOCUMENTED

Parameters:
s - NOT YET DOCUMENTED

main

public static void main(String[] args)
                 throws Exception
The main program for the UrlTester class

Parameters:
args - The command line arguments
Throws:
Exception - NOT YET DOCUMENTED

DLESE Tools
v1.6.0