org.eclipse.hyades.loaders.common
Class XMLloopEventLoader
java.lang.Object
org.eclipse.hyades.loaders.hierarchy.IgnoredXMLFragmentLoader
org.eclipse.hyades.loaders.common.XMLexecutionEventLoader
org.eclipse.hyades.loaders.common.XMLloopEventLoader
- All Implemented Interfaces:
- IXMLEventConstants, XMLFragmentLoader
- public class XMLloopEventLoader
- extends XMLexecutionEventLoader
| Fields inherited from class org.eclipse.hyades.loaders.common.XMLexecutionEventLoader |
annotation, annotationCDATA, annotationFilename, annotations, conflict, DEBUG, event, EVENT_ANNOTATION, EVENT_ANNOTATION_FILENAME, EVENT_ANNOTATION_TYPE, EVENT_CONFLICT, EVENT_EVENT_TYPE, EVENT_ID, EVENT_NAME, EVENT_OWNERID, EVENT_PARENTID, EVENT_PROPERTY, EVENT_PROPERTY_NAME, EVENT_PROPERTY_TYPE, EVENT_PROPERTY_VALUE, EVENT_REPOSITORY_RECORD, EVENT_REPOSITORY_RECORD_ID, EVENT_REPOSITORY_RECORD_LABEL, EVENT_REPOSITORY_RECORD_TYPE, EVENT_REPOSITORY_RECORD_URI, EVENT_SORT_BY, EVENT_TEXT, EVENT_TIMESTAMP, eventType, id, ModelTraversalLock, name, ownerId, parentId, properties, property, repositoryRecord, repositoryRecords, ROOT_PARENT, sortBy, text, timestamp |
| Methods inherited from class org.eclipse.hyades.loaders.common.XMLexecutionEventLoader |
addCharacters, addYourselfToContainer, endChild, getReferencedTest, isIdentical, needOverwrite, overwrite, printAttribute, printEndTag, printTag, resolveConflict, startChild |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EVENT_LOOP_ITERATIONS
protected static final java.lang.String EVENT_LOOP_ITERATIONS
- See Also:
- Constant Field Values
EVENT_LOOP_ASYCHRONOUS
protected static final java.lang.String EVENT_LOOP_ASYCHRONOUS
- See Also:
- Constant Field Values
iterations
protected long iterations
asychronous
protected boolean asychronous
XMLloopEventLoader
public XMLloopEventLoader()
initialize
public void initialize(HierarchyContext context,
java.lang.String name)
- Description copied from interface:
XMLFragmentLoader
- This is called on start of root element of each fragment
- Specified by:
initialize in interface XMLFragmentLoader- Overrides:
initialize in class XMLexecutionEventLoader
addAttribute
public void addAttribute(java.lang.String name,
java.lang.String value)
- Specified by:
addAttribute in interface XMLFragmentLoader- Overrides:
addAttribute in class XMLexecutionEventLoader
addYourselfInContext
public void addYourselfInContext()
- Description copied from interface:
XMLFragmentLoader
- This is called on end of root element of each fragment
- Specified by:
addYourselfInContext in interface XMLFragmentLoader- Overrides:
addYourselfInContext in class XMLexecutionEventLoader