|
org.openide.modules 7.23.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openide.modules.Modules
public abstract class Modules
Information about the set of available modules.
Constructor Summary | |
---|---|
protected |
Modules()
Restricted constructor for subclasses. |
Method Summary | |
---|---|
static Modules |
getDefault()
Gets the singleton set of modules. |
abstract ModuleInfo |
ownerOf(Class<?> clazz)
Finds the module which loaded a class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Modules()
Method Detail |
---|
public static Modules getDefault()
ownerOf(java.lang.Class>)
using a linear search.
public abstract ModuleInfo ownerOf(Class<?> clazz)
clazz
- a class
ModuleInfo.owns(java.lang.Class>)
|
org.openide.modules 7.23.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |