public class SimpleUrlResolver extends Object implements ArchiveResolver
| Constructor and Description |
|---|
SimpleUrlResolver() |
| Modifier and Type | Method and Description |
|---|---|
String |
name(String rawLocation) |
String |
prefix() |
InputStream |
resolve(String url) |
String |
toString() |
public String prefix()
prefix in interface ArchiveResolverpublic InputStream resolve(String url)
resolve in interface ArchiveResolverurl - the archive locationpublic String name(String rawLocation)
name in interface ArchiveResolverrawLocation - input urlCopyright © 1999–2022 The Apache Software Foundation. All rights reserved.