public interface URLReader
DefinitionsReader.| Modifier and Type | Method and Description |
|---|---|
void |
addSourceURL(URL sourceURL)
Adds a single URL to use.
|
void |
setReader(DefinitionsReader reader)
Sets the definitions reader that will read the URLs.
|
void |
setSourceURLs(List<URL> sourceURLs)
Sets the source URLs to use.
|
void setSourceURLs(List<URL> sourceURLs)
sourceURLs - The source URLs.void setReader(DefinitionsReader reader)
reader - The definitions reader.void addSourceURL(URL sourceURL)
sourceURL - The source URL to add.Copyright © 2025. All rights reserved.