Class PluginLauncherImpl
java.lang.Object
com.biglybt.pifimpl.local.launch.PluginLauncherImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassLoaderaddFileToClassPath(ClassLoader root, ClassLoader classLoader, File f) static ClassLoaderextendClassLoader(ClassLoader root, ClassLoader classLoader, URL url) private static LaunchablePlugin[]findLaunchablePlugins(LoggerChannelListener listener) private static FilegetApplicationFile(String filename) static File[]getHighestJarVersions(File[] files, String[] version_out, String[] id_out, boolean discard_non_versioned_when_versioned_found) static PlugingetPreloadedPlugin(String cla) static voidprivate static void
-
Field Details
-
preloaded_plugins
-
-
Constructor Details
-
PluginLauncherImpl
public PluginLauncherImpl()
-
-
Method Details
-
main
-
launch
-
findLaunchablePlugins
-
getPreloadedPlugin
-
getApplicationFile
-
getHighestJarVersions
-
addFileToClassPath
-
extendClassLoader
-