Package | Description |
---|---|
icy.plugin |
Contains Plugin class model and attached interfaces.
|
Modifier and Type | Class and Description |
---|---|
static class |
PluginDescriptor.PluginOnlineIdent |
Modifier and Type | Method and Description |
---|---|
PluginDescriptor.PluginIdent |
PluginDescriptor.getIdent() |
Modifier and Type | Method and Description |
---|---|
java.util.List<PluginDescriptor.PluginIdent> |
PluginDescriptor.getRequired() |
Modifier and Type | Method and Description |
---|---|
static boolean |
PluginDescriptor.existInList(java.util.List<PluginDescriptor> list,
PluginDescriptor.PluginIdent ident)
Returns true if the specified plugin is present in the specified list.
|
static boolean |
PluginDescriptor.existInList(java.util.Set<PluginDescriptor> plugins,
PluginDescriptor.PluginIdent ident) |
static int |
PluginDescriptor.PluginIdent.getIndex(java.util.List<PluginDescriptor.PluginIdent> list,
PluginDescriptor.PluginIdent ident)
Returns the index for the specified plugin ident in the specified list.
|
static int |
PluginDescriptor.getIndex(java.util.List<PluginDescriptor> list,
PluginDescriptor.PluginIdent ident)
Returns the index for the specified plugin in the specified list.
|
static PluginDescriptor |
PluginDescriptor.getPlugin(java.util.List<PluginDescriptor> list,
PluginDescriptor.PluginIdent ident,
boolean acceptNewer) |
static PluginDescriptor |
PluginLoader.getPlugin(PluginDescriptor.PluginIdent ident,
boolean acceptNewer)
Returns the plugin corresponding to the specified plugin identity structure.
|
boolean |
PluginDescriptor.PluginIdent.isNewer(PluginDescriptor.PluginIdent ident) |
boolean |
PluginDescriptor.PluginIdent.isNewerOrEqual(PluginDescriptor.PluginIdent ident) |
boolean |
PluginDescriptor.PluginIdent.isOlder(PluginDescriptor.PluginIdent ident) |
boolean |
PluginDescriptor.PluginIdent.isOlderOrEqual(PluginDescriptor.PluginIdent ident) |
Modifier and Type | Method and Description |
---|---|
static int |
PluginDescriptor.PluginIdent.getIndex(java.util.List<? extends PluginDescriptor.PluginIdent> list,
java.lang.String className)
Returns the index for the specified plugin in the specified list.
|
static int |
PluginDescriptor.PluginIdent.getIndex(java.util.List<PluginDescriptor.PluginIdent> list,
PluginDescriptor.PluginIdent ident)
Returns the index for the specified plugin ident in the specified list.
|