Directory Statistics for src/java/com/photostructure/io/

Back to Index Page

Lines Of Code for src/java/com/photostructure/io/

Commits for src/java/com/photostructure/io/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
matthewm62 (100.0%) 3138 (100.0%) 3599 (100.0%) 50.61

Commit Log

DateAuthorFile/Message
1/21/06 11:16 PMmatthewm
added from Ant 1.6.5 codebase (1 Files changed, 625 Lines changed)
src/java/com/photostructure/io/SelectorUtils.java 1.1 added 625
1/21/06 11:16 PMmatthewm
twiddled method signature on PatternFileInspector (2 Files changed, 16 Lines changed)
src/java/com/photostructure/io/PatternFileInspector.java 1.2 (+13 -18)
src/java/com/photostructure/io/IOUtils.java 1.16 (+3 -3)
1/21/06 11:15 PMmatthewm
added getPath() (1 Files changed, 12 Lines changed)
src/java/com/photostructure/io/FileUtils.java 1.2 (+12 -3)
1/21/06 11:15 PMmatthewm
changed to support SlicedRunnable API (1 Files changed, 23 Lines changed)
src/java/com/photostructure/io/FileHarvester.java 1.11 (+23 -36)
1/21/06 11:15 PMmatthewm
added (1 Files changed, 53 Lines changed)
src/java/com/photostructure/io/AntPatternFileInspector.java 1.1 added 53
1/2/06 8:06 AMmatthewm
Happy new year. (10 Files changed, 30 Lines changed)
src/java/com/photostructure/io/FileProcessor.java 1.3 (+3 -4)
src/java/com/photostructure/io/FileIteratorFactory.java 1.4 (+2 -3)
src/java/com/photostructure/io/EmptyFileIterator.java 1.3 (+3 -4)
src/java/com/photostructure/io/IOUtils.java 1.15 (+4 -6)
src/java/com/photostructure/io/SynchronizedFileIterator.java 1.3 (+3 -4)
src/java/com/photostructure/io/FileProcessorList.java 1.3 (+3 -4)
src/java/com/photostructure/io/FileIterators.java 1.3 (+3 -4)
src/java/com/photostructure/io/FileHarvester.java 1.10 (+3 -4)
src/java/com/photostructure/io/FileIterator.java 1.3 (+3 -4)
src/java/com/photostructure/io/DirectoryHeirarchyIterator.java 1.3 (+3 -4)
12/11/05 12:59 AMmatthewm
fixed move() (1 Files changed, 9 Lines changed)
src/java/com/photostructure/io/IOUtils.java 1.14 (+9 -7)
12/4/05 2:16 PMmatthewm
re-added copy(outputstream, file) (1 Files changed, 8 Lines changed)
src/java/com/photostructure/io/IOUtils.java 1.13 (+8 -2)
12/4/05 2:18 AMmatthewm
used Spring's FileCopyUtils when possible. (1 Files changed, 9 Lines changed)
src/java/com/photostructure/io/IOUtils.java 1.12 (+9 -42)
11/25/05 9:12 PMmatthewm
added getFileFromClassloader() and twiddled auto-hidden directories (1 Files changed, 70 Lines changed)
src/java/com/photostructure/io/IOUtils.java 1.11 (+70 -24)
9/15/05 1:04 AMmatthewm
removed start notification (1 Files changed, 3 Lines changed)
src/java/com/photostructure/io/FileHarvester.java 1.9 (+3 -3)
9/4/05 12:56 PMmatthewm
called the rearranger. No code change. (1 Files changed, 178 Lines changed)
src/java/com/photostructure/io/IOUtils.java 1.10 (+178 -168)
8/28/05 1:38 PMmatthewm
java5 foreach twiddle (1 Files changed, 5 Lines changed)
src/java/com/photostructure/io/IOUtils.java 1.9 (+5 -5)
5/3/05 8:17 AMmatthewm
added isRunning() (1 Files changed, 9 Lines changed)
src/java/com/photostructure/io/FileHarvester.java 1.8 (+9 -2)
5/3/05 8:17 AMmatthewm
replace mkpath with more generic mkdirs() (1 Files changed, 12 Lines changed)
src/java/com/photostructure/io/IOUtils.java 1.8 (+12 -13)
4/5/05 11:17 PMmatthewm
added isHiddenOrSystemFileOrDirectory (1 Files changed, 41 Lines changed)
src/java/com/photostructure/io/IOUtils.java 1.7 (+41 -3)
4/5/05 11:17 PMmatthewm
implemented new resettable api (1 Files changed, 15 Lines changed)
src/java/com/photostructure/io/FileHarvester.java 1.7 (+15 -4)
4/5/05 11:06 PMmatthewm
simple file iterator for a single file (1 Files changed, 38 Lines changed)
src/java/com/photostructure/io/SingleFileIterator.java 1.1 added 38
4/1/05 10:03 PMmatthewm
fixed fetching-assets-chronologically-nearby. (1 Files changed, 3 Lines changed)
src/java/com/photostructure/io/IOUtils.java 1.6 (+3 -2)
2/8/05 6:07 PMmatthewm
more detail set to the thread name (1 Files changed, 3 Lines changed)
src/java/com/photostructure/io/FileHarvester.java 1.6 (+3 -3)