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 |
|---|---|
java.util.Collection<java.lang.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. |
java.lang.String |
getPath() |
Version |
getVersion() |
boolean |
isCodeLibrary() |
getUniqueIdgetDeclaringPluginDescriptor, getDeclaringPluginFragmentgetDocsPath, getDocumentationjava.lang.String getPath()
boolean isCodeLibrary()
true if this is "code" libraryjava.util.Collection<java.lang.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 © 2004-2007 Dmitry Olshansky. All Rights Reserved.