Class PropertiesfileCache

java.lang.Object
org.apache.tools.ant.types.selectors.modifiedselector.PropertiesfileCache
All Implemented Interfaces:
Cache

public class PropertiesfileCache extends Object implements Cache
Use java.util.Properties for storing the values. The use of this Cache-implementation requires the use of the parameter <param name="cache.cachefile" .../> for defining, where to store the properties file. The ModifiedSelector sets the cachefile to the default value cache.properties. Supported <param>s are:
Cache parameters
namevaluesdescriptionrequired
cache.cachefile path to file the name of the properties file yes
Since:
Ant 1.6
Version:
2003-09-13