|
Eclipse PDE Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPluginImport
Objects that implement this interface represent references to required plug-ins.
Field Summary | |
---|---|
static String |
P_OPTIONAL
A name of the property that will be used to notify about changes in the "optional" field. |
static String |
P_REEXPORTED
A name of the property that will be used to notify about changes in the "reexported" field. |
Fields inherited from interface org.eclipse.pde.core.plugin.IPluginObject |
---|
P_NAME |
Fields inherited from interface org.eclipse.pde.core.plugin.IPluginReference |
---|
P_MATCH, P_VERSION |
Fields inherited from interface org.eclipse.pde.core.IIdentifiable |
---|
P_ID |
Fields inherited from interface org.eclipse.pde.core.plugin.IMatchRules |
---|
COMPATIBLE, EQUIVALENT, GREATER_OR_EQUAL, NONE, PERFECT, PREFIX, RULE_COMPATIBLE, RULE_EQUIVALENT, RULE_GREATER_OR_EQUAL, RULE_NAME_TABLE, RULE_PERFECT, RULE_PREFIX |
Method Summary | |
---|---|
boolean |
isOptional()
Tests whether this import is optional. |
boolean |
isReexported()
Tests whether the imported plug-in is reexported for plug-ins that will use this plug-in. |
void |
setOptional(boolean value)
Sets whether this import is optional. |
void |
setReexported(boolean value)
Sets whether the libraries of the required plug-in will be reexported. |
Methods inherited from interface org.eclipse.pde.core.plugin.IPluginObject |
---|
getModel, getName, getParent, getPluginBase, getPluginModel, getResourceString, getTranslatedName, isInTheModel, isValid, setInTheModel, setName |
Methods inherited from interface org.eclipse.pde.core.IWritable |
---|
write |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Methods inherited from interface org.eclipse.pde.core.plugin.IPluginReference |
---|
getMatch, getVersion, setMatch, setVersion |
Methods inherited from interface org.eclipse.pde.core.IIdentifiable |
---|
getId, setId |
Field Detail |
---|
static final String P_REEXPORTED
static final String P_OPTIONAL
Method Detail |
---|
boolean isReexported()
boolean isOptional()
void setReexported(boolean value) throws CoreException
value
- true if reexporting is desired
CoreException
void setOptional(boolean value) throws CoreException
value
- true if import is optional
CoreException
|
Eclipse PDE Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2010 IBM Corporation and others. All rights reserved.