public static final class Module.PackageExport extends Object
Module.getPublicPackages()
Modifier and Type | Field and Description |
---|---|
String |
pkg
Package to export, in the form
org/netbeans/modules/foo/ . |
boolean |
recursive
If true, export subpackages also.
|
Constructor and Description |
---|
PackageExport(String pkg,
boolean recursive)
Create a package export struct with the named parameters.
|
public final String pkg
org/netbeans/modules/foo/
.public final boolean recursive
public PackageExport(String pkg, boolean recursive)