|
TPTP 4.4.0 Monitoring Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.hyades.trace.sample.loganalyzer.AnalyzeLogAction
| Field Summary | |
|---|---|
protected org.eclipse.emf.ecore.EObject |
mofObject
|
| Constructor Summary | |
|---|---|
AnalyzeLogAction()
|
|
| Method Summary | |
|---|---|
org.eclipse.emf.ecore.EObject |
getMofObject()
Returns the Mof object that represents the error log file. |
java.util.List |
getObjectsToAnalyze()
This class retrieves the entire content selection from the Log Viewer. |
java.lang.String |
getSymptomDBPath()
Returns the symptom database location that is used to analyze the error log file. |
void |
importDB(org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
run(org.eclipse.core.runtime.IProgressMonitor monitor)
This method is were all the work is done. |
void |
setMofObject(org.eclipse.emf.ecore.EObject object)
Sets the Mof object that represents the error log file. |
void |
setProjectName(java.lang.String pName)
Sets the project Name of where to import the db into |
void |
setSDBFileName(java.lang.String string)
specifies what the sdb file should be called in the workspace |
void |
setSymptomDBPath(java.lang.String string)
Sets the symptom database location that is used to analyze the error log file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected org.eclipse.emf.ecore.EObject mofObject
| Constructor Detail |
public AnalyzeLogAction()
| Method Detail |
public void run(org.eclipse.core.runtime.IProgressMonitor monitor)
throws java.lang.reflect.InvocationTargetException,
java.lang.InterruptedException
run in interface org.eclipse.jface.operation.IRunnableWithProgressmonitor - - shows the progress of this action.
java.lang.reflect.InvocationTargetException
java.lang.InterruptedExceptionIRunnableWithProgress.run(org.eclipse.core.runtime.IProgressMonitor)public java.util.List getObjectsToAnalyze()
public java.lang.String getSymptomDBPath()
public void setSymptomDBPath(java.lang.String string)
string - - that represents the symptom database location that is used to analyze the error log file.public void setProjectName(java.lang.String pName)
pName - public void setSDBFileName(java.lang.String string)
string - public org.eclipse.emf.ecore.EObject getMofObject()
public void setMofObject(org.eclipse.emf.ecore.EObject object)
object - - represents the error log file that will be analyzed.public void importDB(org.eclipse.core.runtime.IProgressMonitor monitor)
|
TPTP 4.4.0 Monitoring Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||