simple-robot
3.0.0-RC.2
simboot-core
/
love.forte.simboot.core.utils
/
ResourcesScanner
/
ResourceVisitValue
Resource
Visit
Value
sealed
class
ResourceVisitValue
<
T
>
访问被扫描的URL最终的内容。
此类型下目前有如下可能:
被访问的是本地的
Path
路径(相对):
PathValue
被访问的是一个
JarEntry
:
JarEntryValue
Types
Properties
Inheritors
Types
Jar
Entry
Value
Link copied to clipboard
data
class
JarEntryValue
:
ResourcesScanner.ResourceVisitValue
<
JarEntry
>
Path
Value
Link copied to clipboard
data
class
PathValue
:
ResourcesScanner.ResourceVisitValue
<
Path
>
Properties
value
Link copied to clipboard
abstract
val
value
:
T
Inheritors
PathValue
Link copied to clipboard
JarEntryValue
Link copied to clipboard