birchconfig
Class URLholder

java.lang.Object
  extended by birchconfig.URLholder

public class URLholder
extends java.lang.Object

Holds components of URL as set by URLbuilder Objects of this class are used to store the values entered using URLbuilder so that each time you call the URLbuilder, it remembers what you entered last time.

Fields:


Constructor Summary
URLholder()
           
URLholder(BirchProperties BP)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLholder

public URLholder()

URLholder

public URLholder(BirchProperties BP)