Package 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
Protocol Handler for the 'jar' protocol.
This appears to have the format:
jar:<URL for jar file>!<path in jar file>
-
Field Summary
FieldsFields inherited from class org.apache.batik.util.AbstractParsedURLProtocolHandler
protocol
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionParses the string as a sub URL of baseURL, and returns the results of parsing in the ParsedURLData object.Methods inherited from class org.apache.batik.util.ParsedURLDefaultProtocolHandler
charToHex, constructParsedURLData, constructParsedURLData, parseURL, unescapeStr
Methods inherited from class org.apache.batik.util.AbstractParsedURLProtocolHandler
getProtocolHandled
-
Field Details
-
JAR
- See Also:
-
-
Constructor Details
-
ParsedURLJarProtocolHandler
public ParsedURLJarProtocolHandler()
-
-
Method Details
-
parseURL
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 interfaceParsedURLProtocolHandler
- Overrides:
parseURL
in classParsedURLDefaultProtocolHandler
- Parameters:
baseURL
- the base url for parsing.urlStr
- the string to parse as a URL.
-