summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/types/resources/Resources.java
Commit message (Expand)AuthorAgeFilesLines
* iterate resources directly when !cacheMatt Benson2022-02-091-53/+51
* use Collections#emptyIteratorMatt Benson2022-02-091-14/+1
* volatile cache propertyMatt Benson2022-02-091-2/+2
* Resources javadocMatt Benson2022-02-091-21/+21
* #64854 Add preserveduplicates option to ResourceListMatthias Vill2020-12-061-1/+2
* updated reference to license from http to https usingjkf2019-05-251-1/+1
* Make DataType and Reference genericGintas Grigelionis2018-11-191-2/+2
* Deprecate CollectionUtils and Enumerations;Gintas Grigelionis2018-05-161-2/+2
* Remove extraneous casts and (un)boxing, tersify logicGintas Grigelionis2018-04-011-1/+1
* Let’s use doclintGintas Grigelionis2017-12-101-0/+1
* java 5-8java8Matt Benson2017-04-131-21/+26
* organize importsJan Matèrne2014-07-031-6/+6
* java 5, continuedMatthew Jason Benson2012-08-211-12/+11
* #52829: ResourceCollection now Iterable<Resource>.Jesse N. Glick2012-04-161-15/+16
* Resources#toString relies on cache too much. PR 49588Stefan Bodewig2010-07-131-0/+1
* document @since for resources/@cacheStefan Bodewig2009-08-211-0/+1
* provide proper control over caching in <resources>Stefan Bodewig2009-08-211-6/+19
* cache iterator in Resources if asked for sizeStefan Bodewig2009-08-211-8/+11
* restore stuff accidentally blown awayMatthew Jason Benson2009-01-161-1/+2
* pathconvert preserveduplicatesMatthew Jason Benson2009-01-161-1/+14
* simplifyStefan Bodewig2008-11-291-1/+1
* add subclass hookMatthew Jason Benson2008-06-301-1/+8
* javadocMatthew Jason Benson2007-05-081-1/+1
* Expose Iterator publicly as a helper to other ResourceCollectionsMatthew Jason Benson2006-11-211-1/+2
* use a single empty iterator instead of multiple instances... it's all the sam...Matthew Jason Benson2006-11-211-11/+13
* move a public method above private and protected; lazily create the child-hol...Matthew Jason Benson2006-11-211-26/+34
* checkstylePeter Reilly2006-11-161-3/+3
* copy2license.plStefan Bodewig2006-09-011-5/+6
* remove erroneously set svn:executable property.Matthew Jason Benson2006-06-021-0/+0
* guard against NPE, bugzilla 39648Matthew Jason Benson2006-05-231-2/+2
* allow empty <resources> after all.Matthew Jason Benson2005-11-231-19/+12
* convenience additions + Resources.toString()Matthew Jason Benson2005-09-211-0/+44
* removed unused importsJacobus Martinus Kruithof2005-06-121-1/+0
* ResourceCollectionsMatthew Jason Benson2005-05-231-0/+187