|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
|---|---|
void |
analyze(org.eclipse.core.runtime.IProgressMonitor parentMonitor)
Analyze the categories selected by the user |
java.lang.String |
getId()
|
java.lang.Object |
getProperty(java.lang.String name)
Retrieve the data from a previously set property value |
java.util.List |
getResources()
Return a list of IResources that were selected through the user interface. |
void |
removeProperty(java.lang.String name)
Remove a property and it's data from the property table |
void |
setProperty(java.lang.String name,
java.lang.Object data)
Provides a place to store data that may be common across multiple categories and/or rules. |
| Methods inherited from interface org.eclipse.tptp.platform.analysis.core.element.IAnalysisElement |
|---|
addOwnedElement, addOwnedElements, canAddElements, getConfiguration, getDescription, getIconName, getIconUrl, getLabel, getOwnedElements, getOwner, getPath, getProvider, getProviderManager, getViewer, isEnabled, setDescription, setEnabled, setIconName, setLabel, setOwner |
| Methods inherited from interface org.eclipse.core.runtime.IExecutableExtension |
|---|
setInitializationData |
| Method Detail |
public java.lang.String getId()
public void analyze(org.eclipse.core.runtime.IProgressMonitor parentMonitor)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic java.util.List getResources()
public void setProperty(java.lang.String name,
java.lang.Object data)
name - The name of the property where the data will be storeddata - The data to storepublic java.lang.Object getProperty(java.lang.String name)
name - The name of the property where the data is stored
public void removeProperty(java.lang.String name)
name - The name of the property to be removes
|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||