Home | History | Annotate | Download | only in runner

Lines Matching defs:file

17  * a properties file "excluded.properties" that is located in
33 /** name of excluded properties file */
133 File file= new File(path, fileName);
134 if (file.exists()) {
135 return getClassData(file);
140 private byte[] getClassData(File f) {
160 File archive= new File(path);