|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object brahms.base.util.FileLocator
public class FileLocator
FileLocator is a utility class to find a file. This class will try to find the file using the following methods:
1. The name of the file
2. Search the following places:
Constructor Summary | |
---|---|
FileLocator()
|
Method Summary | |
---|---|
static java.io.File |
findFile(java.lang.String filename)
Tries to find the file with the specified name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileLocator()
Method Detail |
---|
public static java.io.File findFile(java.lang.String filename)
1. The name of the file
2. The agent tries to locate that file by searching the following places:
filename
- the name of the file to be located
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |