org.apache.batik.util
Class ParsedURLJarProtocolHandler
java.lang.Object
org.apache.batik.util.AbstractParsedURLProtocolHandler
org.apache.batik.util.ParsedURLDefaultProtocolHandler
org.apache.batik.util.ParsedURLJarProtocolHandler
- All Implemented Interfaces:
- ParsedURLProtocolHandler
public class ParsedURLJarProtocolHandler
- extends ParsedURLDefaultProtocolHandler
Protocol Handler for the 'jar' protocol.
This appears to have the format:
jar:!
- Version:
- $Id: ParsedURLJarProtocolHandler.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Thomas DeWeese
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAR
public static final String JAR
- See Also:
- Constant Field Values
ParsedURLJarProtocolHandler
public ParsedURLJarProtocolHandler()
parseURL
public ParsedURLData parseURL(ParsedURL baseURL,
String urlStr)
- Description copied from class:
ParsedURLDefaultProtocolHandler
- Parses the string as a sub URL of baseURL, and returns the
results of parsing in the ParsedURLData object.
- Specified by:
parseURL in interface ParsedURLProtocolHandler- Overrides:
parseURL in class ParsedURLDefaultProtocolHandler
- Parameters:
baseURL - the base url for parsing.urlStr - the string to parse as a URL.
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.