org.processmining.mining.geneticmining.analysis.duplicates
Class RetrieveFilesPerElement

java.lang.Object
  extended by org.processmining.mining.geneticmining.analysis.duplicates.RetrieveFilesPerElement

public class RetrieveFilesPerElement
extends java.lang.Object

Identifies the files that have a given termination and groups them per element. The startint point of this search is a root directory.

Copyright: Copyright (c) 2005

Company: TU/e

Version:
1.0
Author:
Ana Karla A. de Medeiros.

Constructor Summary
RetrieveFilesPerElement(java.lang.String[] elements, java.lang.String rootDirFiles, java.lang.String fileTermination, boolean includeSubDirectories)
           
 
Method Summary
 java.lang.String[] getElements()
          List the names of the provided elements.
 java.io.File[][] getFiles()
          Lists all the found files per element provided.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetrieveFilesPerElement

public RetrieveFilesPerElement(java.lang.String[] elements,
                               java.lang.String rootDirFiles,
                               java.lang.String fileTermination,
                               boolean includeSubDirectories)
                        throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException
Method Detail

getFiles

public java.io.File[][] getFiles()
Lists all the found files per element provided.


getElements

public java.lang.String[] getElements()
List the names of the provided elements.