Lines Matching refs:InputPath
49 * Creates a list of {@link InputPath} from a list of {@link File} and an optional list of
50 * extensions. All the {@link InputPath} will share the same extension restrictions.
55 * @return a list of {@link InputPath}
57 protected static List<InputPath> getInputPaths(List<File> paths,
59 List<InputPath> result = new ArrayList<InputPath>(paths.size());
62 result.add(new InputPath(f, extensionsToCheck));
75 protected boolean initDependencies(String dependencyFile, List<InputPath> inputPaths) {
114 List<InputPath> inputs, String outputFile) {
127 InputPath input = inputs.get(i);
143 private void writeContent(PrintStream ps, File file, InputPath input) {