Uses of Class
weka.core.WekaPackageLibIsolatingClassLoader
-
Uses of WekaPackageLibIsolatingClassLoader in weka.core
Modifier and TypeMethodDescriptionWekaPackageClassLoaderManager.getPackageClassLoader
(String packageName) Get the classloader for the named packageModifier and TypeMethodDescriptionWekaPackageLibIsolatingClassLoader.getPackageClassLoadersForDependencies()
Gets a list of class loaders for the packages that this one depends onModifier and TypeMethodDescriptionstatic ClassLoader
SerializationHelper.checkForThirdPartyClass
(String className, WekaPackageLibIsolatingClassLoader l) Checks to see if the supplied package class loader (or any of its dependent package class loaders) has the given third party class.