Package org.ogf.saga.url

The methods of the SAGA URL package allow access to the parts of an URL.

See:
          Description

Interface Summary
URL The URL interface provides methods to access or set the individual parts of an URL, and to convert strings to URLs and vice versa.
 

Class Summary
URLFactory Factory for URLs.
 

Package org.ogf.saga.url Description

The methods of the SAGA URL package allow access to the parts of an URL.

SAGA provides its own URL interface, because the java.net.URL class has various unwanted side effects, and having an interface and factory allows SAGA implementations to provide their own URL implementation.



Copyright © 2014 Open Grid Forum. All rights reserved.