(String[] paths)
| 5784 | } |
| 5785 | |
| 5786 | private static boolean isListFile(String[] paths) { |
| 5787 | return paths.length == 1 && paths[0].charAt(0) == '@'; |
| 5788 | } |
| 5789 | |
| 5790 | private static String[] getPathsFromListFile(String[] paths) throws IOException { |
| 5791 | return getNonEmptyLines(paths[0].substring(1)); |