- defaultStartLevel() - Method in class org.netbeans.NetigsoFramework
-
Default start level for all bundles that don't specify any own.
- definePackage(String, Manifest, URL) - Method in class org.netbeans.JarClassLoader
-
- definePackage(String, String, String, String, String, String, String, URL) - Method in class org.netbeans.ProxyClassLoader
-
This is here just for locking serialization purposes.
- delete(Module) - Method in class org.netbeans.ModuleManager
-
Remove a module from the managed set.
- DELETE_MODULE - Static variable in class org.netbeans.Events
-
Module toDelete
- destroy() - Method in class org.netbeans.JarClassLoader
-
- destroy() - Method in class org.netbeans.Module
-
Notify the module that it is being deleted.
- destroy() - Method in class org.netbeans.ProxyClassLoader
-
Called before releasing the classloader so it can itself unregister
from the global ClassLoader pool
- disable(Module) - Method in class org.netbeans.ModuleManager
-
Disable a single module.
- disable(Set<Module>) - Method in class org.netbeans.ModuleManager
-
Disable a set of modules together.
- discardCaches() - Method in class org.netbeans.Stamps
-
- dispose(Module) - Method in class org.netbeans.ModuleInstaller
-
Called when a module is being uninstalled and runtime information
about it is no longer needed.
- doLoadClass(String, String) - Method in class org.netbeans.JarClassLoader
-
- doLoadClass(String, String) - Method in class org.netbeans.ProxyClassLoader
-
This ClassLoader can't load anything itself.
- DuplicateException - Exception in org.netbeans
-
Exception indicating that a module with a given code name base
is already being managed, and that it is not permitted to add
another with the same name.