birchconfig
Class URLholder

public class URLholder
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:

Method Detail

copyValues

void copyValues(birchconfig.URLholder UH)
Copy fields from another URLholder

makeURLstring

void makeURLstring()
Set URLstr to a string representation of the URL, based on the other variables.