org.kuali.common.util.execute
Class FileListComparisonExecutable

java.lang.Object
  extended by org.kuali.common.util.execute.FileListComparisonExecutable
All Implemented Interfaces:
Executable

public class FileListComparisonExecutable
extends Object
implements Executable

This executable compares the files found by the given pattern in two different locations and populates a properties object with information about the comparison

Author:
andrewlubbers

Constructor Summary
FileListComparisonExecutable()
           
 
Method Summary
 void execute()
           
 String getFilePattern()
           
 Properties getMavenProperties()
           
 String getNewFilesBaseDir()
           
 String getOriginalFilesBaseDir()
           
 List<String> getPropertyNames()
           
 void setFilePattern(String filePattern)
           
 void setMavenProperties(Properties mavenProperties)
           
 void setNewFilesBaseDir(String newFilesBaseDir)
           
 void setOriginalFilesBaseDir(String originalFilesBaseDir)
           
 void setPropertyNames(List<String> propertyNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileListComparisonExecutable

public FileListComparisonExecutable()
Method Detail

execute

public void execute()
Specified by:
execute in interface Executable

getFilePattern

public String getFilePattern()

setFilePattern

public void setFilePattern(String filePattern)

getMavenProperties

public Properties getMavenProperties()

setMavenProperties

public void setMavenProperties(Properties mavenProperties)

getNewFilesBaseDir

public String getNewFilesBaseDir()

setNewFilesBaseDir

public void setNewFilesBaseDir(String newFilesBaseDir)

getOriginalFilesBaseDir

public String getOriginalFilesBaseDir()

setOriginalFilesBaseDir

public void setOriginalFilesBaseDir(String originalFilesBaseDir)

getPropertyNames

public List<String> getPropertyNames()

setPropertyNames

public void setPropertyNames(List<String> propertyNames)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.