toggle menu
core
git-2534f55
jvm
switch theme
search in API
core
/
com.github.spigotbasics.core.module.loader
/
ModuleJarClassLoader
Module
Jar
Class
Loader
class
ModuleJarClassLoader
(
val
file
:
File
,
parentLoader
:
ClassLoader
)
:
URLClassLoader
Members
Constructors
Module
Jar
Class
Loader
Link copied to clipboard
constructor
(
file
:
File
,
parentLoader
:
ClassLoader
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
file
Link copied to clipboard
val
file
:
File
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
override
fun
getResource
(
name
:
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
)