org.kuali.kfs.sys.batch
Class FilePurgeCustomAge

java.lang.Object
  extended by org.kuali.kfs.sys.batch.FilePurgeCustomAge

public class FilePurgeCustomAge
extends Object

A customized age for a file prefix.


Constructor Summary
FilePurgeCustomAge()
           
 
Method Summary
 String getDirectory()
          Gets the directory attribute.
 org.apache.commons.io.filefilter.IOFileFilter getFileFilter()
           
 String getParameterPrefix()
          Gets the parameterPrefix attribute.
 void setDirectory(String directory)
          Sets the directory attribute value.
 void setParameterPrefix(String parameterPrefix)
          Sets the parameterPrefix attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilePurgeCustomAge

public FilePurgeCustomAge()
Method Detail

getDirectory

public String getDirectory()
Gets the directory attribute.

Returns:
Returns the directory.

setDirectory

public void setDirectory(String directory)
Sets the directory attribute value.

Parameters:
directory - The directory to set.

getParameterPrefix

public String getParameterPrefix()
Gets the parameterPrefix attribute.

Returns:
Returns the parameterPrefix.

setParameterPrefix

public void setParameterPrefix(String parameterPrefix)
Sets the parameterPrefix attribute value.

Parameters:
parameterPrefix - The parameterPrefix to set.

getFileFilter

public org.apache.commons.io.filefilter.IOFileFilter getFileFilter()
Returns:
an IOFileFilter which represents the files that should be culled by this FilePurgeCustomAge


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.