|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.taggercat.util.FileUtils
public class FileUtils
General file utilities.

| Constructor Summary | |
|---|---|
FileUtils()
|
|
| Method Summary | |
|---|---|
static java.lang.String[] |
findDuplicateJars(java.io.File libFolder)
Find potentially duplicated jars where the difference is only in the version number. |
static java.util.Set<java.io.File> |
getFileListing(java.io.File startingDir,
java.lang.String contains)
Get a recursive directory listing of files that contain the contains string in the filename. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileUtils()
| Method Detail |
|---|
public static java.util.Set<java.io.File> getFileListing(java.io.File startingDir,
java.lang.String contains)
contains string in the filename.
startingDir - the starting directorycontains - the string to match in the file name ( this is not a regex )
public static java.lang.String[] findDuplicateJars(java.io.File libFolder)
libFolder -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||