| de.schlund.pfixxml.targets.AuxDependency
All known Subclasses: de.schlund.pfixxml.targets.AbstractAuxDependency,
Method Summary | |
long | getModTime() Returns a timestamp indicating when this dependency was last changed.
Note that, depending of the type of this dependency, it might have
changed later without being regenerated. | DependencyType | getType() Returns the type of the dependency. |
getModTime | long getModTime()(Code) | | Returns a timestamp indicating when this dependency was last changed.
Note that, depending of the type of this dependency, it might have
changed later without being regenerated. Then the time returned will denote
the last time the dependency has been generated.
Timestamp indicating the last modification |
getType | DependencyType getType()(Code) | | Returns the type of the dependency.
The type is important as it gives information about to which sub-type
a given instance of AuxDependency can be casted.
type of this dependency |
|
|