Method Summary |
|
void | addContentFilter(String filter) Export a particular package in a library. |
String[] | getContentFilters() Returns optional context filters that
should be applied to calculate what classes
to export from this library. |
String[] | getPackages() Returns optional package prefixes that can be used
to make library lookup faster.. |
String | getType() |
boolean | isExported() Returns true if this library contains types
that will be visible to other plug-ins. |
boolean | isFullyExported() Returns true if all the types in this library
will be visible to other plug-ins. |
void | removeContentFilter(String filter) Remove a package from the export list. |
void | setContentFilters(String[] filters) Sets the optional content filters for
this library. |
void | setExported(boolean value) Sets whether types in this library will be
visible to other plug-ins. |
void | setPackages(String[] packages) Sets the optional package prefixes for this library. |
void | setType(String type) Sets the library type. |