getNetBeansOrgPath() Get a relative source path inside netbeans.org sources.
Note that if the entry is from netbeans.org yet was scanned as a
side effect of loading an external module that defined netbeans.dest.dir,
this will be null - such secondary entries are essentially based on the
actual JAR, only adding in a non-null
ModuleEntry.getSourceLocation .
e.g.
Get localized name of this module. Implementations should use
lazy-loading from localizing bundle to keep performance up. If the
localized name is not found getCodeNameBase() is
returned.
Get a relative source path inside netbeans.org sources.
Note that if the entry is from netbeans.org yet was scanned as a
side effect of loading an external module that defined netbeans.dest.dir,
this will be null - such secondary entries are essentially based on the
actual JAR, only adding in a non-null
ModuleEntry.getSourceLocation .
e.g. java/project, or null for external modules