Interface | Description |
---|---|
URIFactory |
The URIFactory interface defines how
URI s are able to be combined and created. |
URIFetcher |
The URIFetcher interface defines how file streams are able to be fetched given a
URI . |
Class | Description |
---|---|
ClasspathURLFactory |
A URIFactory that uses URL for creating
URI s. |
ClasspathURLFetcher | |
URISchemeFactory |
The URISchemaFactory will proxy to other
URIFactory s based on the scheme being used. |
URISchemeFetcher |
The URISchemeFetcher will proxy to other
URIFetcher s based on the scheme being used. |
URLFactory |
A URIFactory that uses URL for creating
URI s. |
URLFetcher |
Copyright © 2020. All rights reserved.