Package org.ivoa.dm.registry.voresource
Class MirrorURL.MirrorURLBuilder
java.lang.Object
org.ivoa.dm.registry.voresource.MirrorURL.MirrorURLBuilder
- Enclosing class:
 - MirrorURL
 
A builder class for MirrorURL, mainly for use in the functional builder pattern.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
value
. - 
title
A terse, human-readable phrase indicating the function or location of this mirror, e.g., “Primary Backup” or “European Mirror”. 
 - 
 - 
Constructor Details
- 
MirrorURLBuilder
public MirrorURLBuilder() 
 - 
 - 
Method Details
- 
create
create a MirrorURL from this builder.- Returns:
 - an object initialized from the builder.
 
 
 -