|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jmd.transformation.impl.FilesystemFinder
public class FilesystemFinder
Constructor Summary | |
---|---|
FilesystemFinder()
|
Method Summary | |
---|---|
java.util.List<java.io.File> |
findFiles(java.io.File rootDir,
java.lang.String pattern)
Finds files for a given rootDir and a fileExtensionPattern. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilesystemFinder()
Method Detail |
---|
public java.util.List<java.io.File> findFiles(java.io.File rootDir, java.lang.String pattern) throws MoDiException
IFileFinder
findFiles
in interface IFileFinder
rootDir
- The directory where to find the files.pattern
- A pattern matching file extensions.
MoDiException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |