Class set_mod_timestamp

This observer will set the modification timestamp of the output file to be the same as the source file.


This program uses the Eclipse IResource class to get and set the timestamps.

Properties

LOCAL theDescription$="Set modification timestamp of output file to be the same as source file"  
LOCAL theNotificationFlag=_pvxConstants'_idePostProcess  

Methods

FUNCTION update(initPvxState)  

The logic to be executed when the observer is triggered.

ParameterDescription
state A reference to an object of class PvxState

Properties inherited from: EventManagerObserver

theDescription$, theNotificationFlag

Methods inherited from: EventManagerObserver

getDescription$(), getEventNotificationFlag(), init(), update(), createAlternateSourceFile(), getAlternateSourceFile$()