comparison src/org/tmatesoft/hg/util/RegularFileStats.java @ 423:9c9c442b5f2e

Major refactoring of exception handling. Low-level API uses RuntimeExceptions, while checked are left for higher level
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Fri, 23 Mar 2012 22:51:18 +0100
parents 7f27122011c3
children 48f993aa2f41
comparison
equal deleted inserted replaced
422:5d1cc7366d04 423:9c9c442b5f2e
44 * iow either FileInfo.exist() shall respect symlinks or WCSC account for ) 44 * iow either FileInfo.exist() shall respect symlinks or WCSC account for )
45 * 45 *
46 * TODO post-1.0 Add extraction of link modification time, see RegularFileInfo#lastModified() 46 * TODO post-1.0 Add extraction of link modification time, see RegularFileInfo#lastModified()
47 * 47 *
48 * @author Artem Tikhomirov 48 * @author Artem Tikhomirov
49 * @author Tmate Software Ltd. 49 * @author TMate Software Ltd.
50 */ 50 */
51 /*package-local*/ class RegularFileStats { 51 /*package-local*/ class RegularFileStats {
52 private boolean isExec, isSymlink; 52 private boolean isExec, isSymlink;
53 private String symlinkValue; 53 private String symlinkValue;
54 private final List<String> command; 54 private final List<String> command;