|
JPF 0.10 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface abstracts inter plug-ins dependencies.
Plug-in prerequisite UID is a combination of declaring plug-in ID and prerequisite ID (may be auto-generated) that is unique within whole set of registered plug-ins.
Field Summary | |
static java.lang.String |
MATCH_COMPATIBLE
Version identifier matching mode. |
static java.lang.String |
MATCH_EQUAL
Version identifier matching mode. |
static java.lang.String |
MATCH_EQUIVALENT
Version identifier matching mode. |
static java.lang.String |
MATCH_GREATER_OR_EQUAL
Version identifier matching mode. |
Method Summary | |
java.lang.String |
getMatch()
|
java.lang.String |
getPluginId()
|
Version |
getPluginVersion()
|
boolean |
isExported()
|
boolean |
isOptional()
|
boolean |
matches()
|
Methods inherited from interface org.java.plugin.registry.UniqueIdentity |
getUniqueId |
Methods inherited from interface org.java.plugin.registry.Identity |
getId |
Methods inherited from interface org.java.plugin.registry.PluginElement |
getDeclaringPluginDescriptor, getDeclaringPluginFragment |
Methods inherited from interface org.java.plugin.registry.Documentable |
getDocsPath, getDocumentation |
Field Detail |
public static final java.lang.String MATCH_EQUAL
public static final java.lang.String MATCH_EQUIVALENT
public static final java.lang.String MATCH_COMPATIBLE
public static final java.lang.String MATCH_GREATER_OR_EQUAL
Method Detail |
public java.lang.String getPluginId()
public Version getPluginVersion()
null
if not specifiedpublic boolean isExported()
true
if this prerequisite is propagated
on depending plug-inspublic boolean isOptional()
true
if this prerequisite is not requiredpublic boolean matches()
true
if this prerequisite is fulfilledpublic java.lang.String getMatch()
|
JPF 0.10 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |