- getAttribute(String) - Method in class org.openide.modules.ModuleInfo
-
Get some attribute, for example OpenIDE-Module-Name.
- getBuildVersion() - Method in class org.openide.modules.ModuleInfo
-
The identification of the build version.
- getCacheDirectory() - Static method in class org.openide.modules.Places
-
Locates the NetBeans cache directory.
- getCacheSubdirectory(String) - Static method in class org.openide.modules.Places
-
- getCacheSubfile(String) - Static method in class org.openide.modules.Places
-
- getClassLoader() - Method in class org.openide.modules.ModuleInfo
-
Get a class loader associated with this module that can load
classes defined in the module.
- getCodeName() - Method in class org.openide.modules.ModuleInfo
-
The full code name, with release version after slash if defined.
- getCodeNameBase() - Method in class org.openide.modules.ModuleInfo
-
The code name of the module, sans release version.
- getCodeNameRelease() - Method in class org.openide.modules.ModuleInfo
-
The release version (-1 if undefined).
- getComparison() - Method in class org.openide.modules.Dependency
-
Get the comparison type.
- getDefault() - Static method in class org.openide.modules.InstalledFileLocator
-
Get a master locator.
- getDefault() - Static method in class org.openide.modules.Modules
-
Gets the singleton set of modules.
- getDependencies() - Method in class org.openide.modules.ModuleInfo
-
Get a list of all dependencies this module has.
- getDisplayName() - Method in class org.openide.modules.ModuleInfo
-
Get a localized display name, if available.
- getImplementationVersion() - Method in class org.openide.modules.ModuleInfo
-
The implementation version, or null.
- getLocalizedAttribute(String) - Method in class org.openide.modules.ModuleInfo
-
Get an attribute with localization.
- getName() - Method in class org.openide.modules.Dependency
-
Get the name of the depended-on object.
- getProvides() - Method in class org.openide.modules.ModuleInfo
-
Get a set of capabilities which this module provides to others that may
require it.
- getSpecificationVersion() - Method in class org.openide.modules.ModuleInfo
-
The specification version, or null.
- getType() - Method in class org.openide.modules.Dependency
-
Get the type.
- getUserDirectory() - Static method in class org.openide.modules.Places
-
Locates the NetBeans user directory.
- getVersion() - Method in class org.openide.modules.Dependency
-
Get the version to compare against (or null).