public interface Library extends UniqueIdentity, PluginElement<Library>
Library UID is a combination of declaring plug-in ID and library ID that is unique within whole set of registered plug-ins.
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getExports()
This method should return collection of
String objects that
represent resource name prefixes or package name patterns that are
available to other plug-ins. |
String |
getPath() |
Version |
getVersion() |
boolean |
isCodeLibrary() |
getUniqueIdgetDeclaringPluginDescriptor, getDeclaringPluginFragmentgetDocsPath, getDocumentationString getPath()
boolean isCodeLibrary()
true if this is "code" libraryCollection<String> getExports()
String objects that
represent resource name prefixes or package name patterns that are
available to other plug-ins.
"*", "package.name.*", "package.name.ClassName", "resource/path/*
Version getVersion()
nullCopyright © 2016. All rights reserved.