|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.mining.geneticmining.analysis.duplicates.RetrieveFilesPerElement
public class RetrieveFilesPerElement
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
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 |
---|
public RetrieveFilesPerElement(java.lang.String[] elements, java.lang.String rootDirFiles, java.lang.String fileTermination, boolean includeSubDirectories) throws java.io.FileNotFoundException
java.io.FileNotFoundException
Method Detail |
---|
public java.io.File[][] getFiles()
public java.lang.String[] getElements()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |