Uses of Class
weka.core.WekaPackageLibIsolatingClassLoader
Packages that use WekaPackageLibIsolatingClassLoader
-
Uses of WekaPackageLibIsolatingClassLoader in weka.core
Methods in weka.core that return WekaPackageLibIsolatingClassLoaderModifier and TypeMethodDescriptionWekaPackageClassLoaderManager.getPackageClassLoader
(String packageName) Get the classloader for the named packageMethods in weka.core that return types with arguments of type WekaPackageLibIsolatingClassLoaderModifier and TypeMethodDescriptionWekaPackageLibIsolatingClassLoader.getPackageClassLoadersForDependencies()
Gets a list of class loaders for the packages that this one depends onMethods in weka.core with parameters of type WekaPackageLibIsolatingClassLoaderModifier 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.