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() |
getUniqueId
getDeclaringPluginDescriptor, getDeclaringPluginFragment
getDocsPath, getDocumentation
String 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()
null
Copyright © 2020. All Rights Reserved.