org.eclipse.tptp.symptom.analysis
Class XPathAnalysisOperation
java.lang.Object
org.eclipse.tptp.symptom.analysis.XPathAnalysisOperation
- All Implemented Interfaces:
- org.eclipse.tptp.platform.provisional.correlation.engine.IOperationDescriptor
- public class XPathAnalysisOperation
- extends java.lang.Object
- implements org.eclipse.tptp.platform.provisional.correlation.engine.IOperationDescriptor
|
Field Summary |
protected java.util.ResourceBundle |
resBundle
|
|
Method Summary |
org.eclipse.tptp.platform.provisional.correlation.engine.IOperationFilter |
getFilter()
|
java.lang.String |
getId()
|
org.eclipse.tptp.platform.provisional.correlation.engine.IOperationLabelProvider |
getLabelProvider()
|
java.util.ResourceBundle |
getResourceBundle()
|
java.lang.String |
getString(java.lang.String key)
|
java.lang.String |
getType()
|
void |
setResourceBundle(java.util.ResourceBundle bundle)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resBundle
protected java.util.ResourceBundle resBundle
XPathAnalysisOperation
public XPathAnalysisOperation()
getId
public java.lang.String getId()
- Specified by:
getId in interface org.eclipse.tptp.platform.provisional.correlation.engine.IOperationDescriptor
getType
public java.lang.String getType()
- Specified by:
getType in interface org.eclipse.tptp.platform.provisional.correlation.engine.IOperationDescriptor
getLabelProvider
public org.eclipse.tptp.platform.provisional.correlation.engine.IOperationLabelProvider getLabelProvider()
- Specified by:
getLabelProvider in interface org.eclipse.tptp.platform.provisional.correlation.engine.IOperationDescriptor
getFilter
public org.eclipse.tptp.platform.provisional.correlation.engine.IOperationFilter getFilter()
- Specified by:
getFilter in interface org.eclipse.tptp.platform.provisional.correlation.engine.IOperationDescriptor
setResourceBundle
public void setResourceBundle(java.util.ResourceBundle bundle)
getResourceBundle
public java.util.ResourceBundle getResourceBundle()
getString
public java.lang.String getString(java.lang.String key)