commit | 8e481f3c3383dcd4c47335c180d9a64c5b92acad | [log] [tgz] |
---|---|---|
author | Dave Borowitz <dborowitz@google.com> | Mon Feb 23 10:32:23 2015 -0800 |
committer | Dave Borowitz <dborowitz@google.com> | Mon Feb 23 13:07:56 2015 -0800 |
tree | bbe0e9a0dc84290a167a172b27897428bc502d8c | |
parent | 0f092fe51891d9ebc2268a4b1d0f9981853a3903 [diff] |
Convert @SitePath from File to Path This saves code in some cases, as it allows us to use some of the nicer Java 7 Files static methods. Mostly, though, it opens the door to using an in-memory filesystem in tests. Eventually there are even more fun possibilities, like teaching parts of SitePaths to be read out of somewhere else entirely (like a git repository). Change-Id: Ifa13772a79ded03049bd9f62ade6e25d19e5bb05