VulpesCloud
Toggle table of contents
2.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
VulpesCloud
VulpesCloud-node
/
de.vulpescloud.node.module.impl
/
ModuleClassLoader
Module
Class
Loader
class
ModuleClassLoader
(
urls
:
Array
<
URL
>
,
parent
:
ClassLoader
,
classLoaders
:
Map
<
String
,
ModuleClassLoader
>
)
:
URLClassLoader
Members
Constructors
Module
Class
Loader
Link copied to clipboard
constructor
(
urls
:
Array
<
URL
>
,
parent
:
ClassLoader
,
classLoaders
:
Map
<
String
,
ModuleClassLoader
>
)
Properties
name
Link copied to clipboard
val
name
:
String
parent
Link copied to clipboard
val
parent
:
ClassLoader
unnamed
Module
Link copied to clipboard
val
unnamedModule
:
Module
Functions
clear
Assertion
Status
Link copied to clipboard
open
fun
clearAssertionStatus
(
)
close
Link copied to clipboard
open
override
fun
close
(
)
find
Resource
Link copied to clipboard
open
override
fun
findResource
(
p0
:
String
)
:
URL
find
Resources
Link copied to clipboard
open
override
fun
findResources
(
p0
:
String
)
:
Enumeration
<
URL
>
get
Defined
Package
Link copied to clipboard
fun
getDefinedPackage
(
p0
:
String
)
:
Package
get
Defined
Packages
Link copied to clipboard
fun
getDefinedPackages
(
)
:
Array
<
Package
>
get
Resource
Link copied to clipboard
open
fun
getResource
(
p0
:
String
)
:
URL
get
Resource
As
Stream
Link copied to clipboard
open
override
fun
getResourceAsStream
(
p0
:
String
)
:
InputStream
get
Resources
Link copied to clipboard
open
fun
getResources
(
p0
:
String
)
:
Enumeration
<
URL
>
get
URLs
Link copied to clipboard
open
fun
getURLs
(
)
:
Array
<
URL
>
is
Registered
As
Parallel
Capable
Link copied to clipboard
fun
isRegisteredAsParallelCapable
(
)
:
Boolean
load
Class
Link copied to clipboard
open
fun
loadClass
(
p0
:
String
)
:
Class
<
*
>
resources
Link copied to clipboard
open
fun
resources
(
p0
:
String
)
:
Stream
<
URL
>
set
Class
Assertion
Status
Link copied to clipboard
open
fun
setClassAssertionStatus
(
p0
:
String
,
p1
:
Boolean
)
set
Default
Assertion
Status
Link copied to clipboard
open
fun
setDefaultAssertionStatus
(
p0
:
Boolean
)
set
Package
Assertion
Status
Link copied to clipboard
open
fun
setPackageAssertionStatus
(
p0
:
String
,
p1
:
Boolean
)