Object ModuleJarClassLoader.Companion
-
- All Implemented Interfaces:
public class ModuleJarClassLoader.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, KProperty1<BasicsModule, BasicsScheduler>>
FORBIDDEN_CLASSES
private final List<String>
DANGEROUS_CLASSES
public final static ModuleJarClassLoader.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final Map<String, KProperty1<BasicsModule, BasicsScheduler>>
getFORBIDDEN_CLASSES()
final List<String>
getDANGEROUS_CLASSES()
-
-
Method Detail
-
getFORBIDDEN_CLASSES
final Map<String, KProperty1<BasicsModule, BasicsScheduler>> getFORBIDDEN_CLASSES()
-
getDANGEROUS_CLASSES
final List<String> getDANGEROUS_CLASSES()
-
-
-
-