|
| static URL | makeFileUrl (final String path) throws IOException |
| |
| static URL | makeUrl (final String path, final String base0) throws IOException |
| |
◆ URLUtils()
| grammarscope.common.utils.URLUtils.URLUtils |
( |
| ) |
|
|
private |
◆ makeFileUrl()
| static URL grammarscope.common.utils.URLUtils.makeFileUrl |
( |
final String |
path | ) |
throws IOException |
|
static |
Url factory
- Parameters
-
| path | path to be turned into url |
- Returns
- URL matching path
- Exceptions
-
◆ makeUrl()
| static URL grammarscope.common.utils.URLUtils.makeUrl |
( |
final String |
path, |
|
|
final String |
base0 |
|
) |
| throws IOException |
|
static |
Url factory
- Parameters
-
| path | path to be turned into url |
| base0 | url base |
- Returns
- URL matching path
- Exceptions
-
The documentation for this class was generated from the following file:
- grammarscope/common/src/main/java/grammarscope/common/utils/URLUtils.java