net.sourceforge.sconman.agents
Class OldContentsSweeper

java.lang.Object
  extended by net.sourceforge.sconman.agents.AbstractAgent
      extended by net.sourceforge.sconman.agents.OldContentsSweeper
All Implemented Interfaces:
IAgent

public class OldContentsSweeper
extends AbstractAgent

This class is an IAgentimplementation that checks periodically for old contents in the project, moving or deleting them.

Author:
mballesteros

Field Summary
 
Fields inherited from class net.sourceforge.sconman.agents.AbstractAgent
actor
 
Constructor Summary
OldContentsSweeper()
          Constructor for OldContentsSweeper.
 
Method Summary
 void run(Project prj)
          When this agent runs, the project is searched looking for old contents
 
Methods inherited from class net.sourceforge.sconman.agents.AbstractAgent
getActor, getName, getPeriod, setActor, setName, setPeriod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OldContentsSweeper

public OldContentsSweeper()
Constructor for OldContentsSweeper.

Method Detail

run

public void run(Project prj)
When this agent runs, the project is searched looking for old contents

Specified by:
run in interface IAgent
Specified by:
run in class AbstractAgent
Parameters:
prj - The project where the contents will be added


Copyright null null. All Rights Reserved.