# Functions
IsPluginReferenceOrIdentity returns true if the argument matches a plugin reference (with version) or a plugin identity (without version).
NewPluginIdentity returns a new PluginIdentity.
NewPluginReference returns a new PluginReference.
ParsePluginIdentityOptionalVersion returns the PluginIdentity and version for the given string.
PluginIdentityForString returns a new PluginIdentity for the given string.
PluginReferenceForString returns a new PluginReference for the given string.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
PluginIdentity is a plugin identity.
PluginReference uniquely references a plugin (including version and revision information).