| java.lang.Object de.schlund.pfixxml.targets.AuxDependencyManager
AuxDependencyManager | public class AuxDependencyManager (Code) | | AuxDependencyManager.java
Created: Tue Jul 17 12:24:15 2001
author: Jens Lautenbacher |
Method Summary | |
public synchronized void | addDependencyFile(DocrootResource path) | public synchronized void | addDependencyImage(DocrootResource path, DocrootResource parent_path, String parent_part, String parent_theme) | public synchronized void | addDependencyInclude(DocrootResource path, String part, String theme, DocrootResource parent_path, String parent_part, String parent_theme) | public synchronized void | addDependencyTarget(String targetkey) | public TreeSet<AuxDependency> | getChildren() | public long | getMaxTimestamp() Returns the highest (= newest) timestamp of all aux dependencies
(include parts, images, files) managed through this manager. | public synchronized void | reset() | public synchronized void | saveAuxdepend() | public synchronized void | tryInitAuxdepend() |
AuxDependencyManager | public AuxDependencyManager(Target target)(Code) | | |
addDependencyTarget | public synchronized void addDependencyTarget(String targetkey)(Code) | | |
getMaxTimestamp | public long getMaxTimestamp()(Code) | | Returns the highest (= newest) timestamp of all aux dependencies
(include parts, images, files) managed through this manager.
This does NOT include any aux targets.
Timestamp of latest change in any dependency |
reset | public synchronized void reset()(Code) | | |
tryInitAuxdepend | public synchronized void tryInitAuxdepend() throws Exception(Code) | | |
|
|