toggle menu
Simple Robot
3.3.0
jvm
switch theme
search in API
simboot-core
/
love.forte.simboot.core.utils
/
ResourcesScanner
/
ResourceVisitValue
Resource
Visit
Value
sealed
class
ResourceVisitValue
<
T
>
(
source
)
访问被扫描的URL最终的内容。
此类型下目前有如下可能:
被访问的是本地的
Path
路径(相对):
PathValue
被访问的是一个
JarEntry
:
JarEntryValue
Inheritors
PathValue
JarEntryValue
Members
Constructors
Resource
Visit
Value
Link copied to clipboard
protected
constructor
(
)
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