|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.hyades.test.common.event.ExecutionEvent
com.ibm.rational.test.lt.kernel.util.AnnotationFileEvent
public class AnnotationFileEvent
AnnotationFileEvent is an event that is used to communicate the name of the annotation file to the loader. The name of the file must be in a property with the name AnnotationFileEvent.FILEPROPERTYNAME. The easiest way to create this property is to use setFileName()
Field Summary | |
---|---|
static String |
FILEPROPERTYNAME
|
static String |
FILEPROPERTYTYPE
|
Fields inherited from interface org.eclipse.hyades.test.common.event.IEventConstants |
---|
CONFLICT_IGNORE, CONFLICT_NONE, CONFLICT_OVERWRITE, CONFLICT_OVERWRITE_IF_EARLIEST, CONFLICT_OVERWRITE_IF_LATEST, NOT_INITIALIZED_VALUE, ROOT_PARENT |
Constructor Summary | |
---|---|
AnnotationFileEvent()
|
Method Summary | |
---|---|
String |
getFileName()
gets the fileName attribute. |
protected String |
getXMLRoot()
|
void |
setFileName(String fileName)
Sets the fileName attribute. |
Methods inherited from class org.eclipse.hyades.test.common.event.ExecutionEvent |
---|
addAnnotation, addProperty, addRepositoryRecords, addXMLAnnotations, addXMLAttributes, addXMLProperties, addXMLRepositoryRecords, clearAnnotations, clearProperties, clearRepositoryRecords, getAnnotations, getConflict, getEventType, getId, getName, getOwnerId, getOwnerType, getParentId, getProperties, getRepositoryRecords, getSortBy, getText, getTimestamp, getXMLAnnotationRoot, getXMLPropertyRoot, getXMLRepositoryRecordRoot, setConflict, setEventType, setId, setName, setOwnerId, setOwnerType, setParentId, setSortBy, setText, setTimestamp, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String FILEPROPERTYNAME
public static final String FILEPROPERTYTYPE
Constructor Detail |
---|
public AnnotationFileEvent()
Method Detail |
---|
protected String getXMLRoot()
getXMLRoot
in class org.eclipse.hyades.test.common.event.ExecutionEvent
public void setFileName(String fileName)
More importantly, creates the property that names the annotation file and adds it to this event
fileName
- public String getFileName()
|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |