类 JarUrl
java.lang.Object
org.springframework.boot.loader.net.protocol.jar.JarUrl
Utility class with factory methods that can be used to create JAR URLs.
- 从以下版本开始:
- 3.2.0
- 作者:
- Phillip Webb
-
方法概要
-
方法详细资料
-
create
Create a new jar URL.- 参数:
file
- the jar file- 返回:
- a jar file URL
-
create
Create a new jar URL.- 参数:
file
- the jar filenestedEntry
- the nested entry ornull
- 返回:
- a jar file URL
-
create
Create a new jar URL.- 参数:
file
- the jar filenestedEntryName
- the nested entry name ornull
- 返回:
- a jar file URL
-
create
Create a new jar URL.- 参数:
file
- the jar filenestedEntryName
- the nested entry name ornull
path
- the path within the jar or nested jar- 返回:
- a jar file URL
-