Lines Matching defs:file
4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
12 * file and include the License file at LICENSE.txt.
92 * file.separator , current environment should always have it set up
121 * Get the project for a specific file
122 * @param path the file to lookup (relative from source root)
123 * @return the project that this file belongs to (or null if the file
145 * Get the project for a specific file
146 * @param file the file to lookup
147 * @return the project that this file belongs to (or null if the file
150 public static Project getProject(File file) {
154 .getPathRelativeToSourceRoot(file, 0));