Directory proposal/myrmidon/src/java/org/apache/myrmidon/framework/filters/

Directory Created:
2002-03-16 08:48
Directory Deleted:
2002-04-17 10:49
Total Files:
0
Deleted Files:
4
Lines of Code:
0

Browse with ViewVC

[root]/proposal/myrmidon/src/java/org/apache/myrmidon/framework/filters

Lines of Code

proposal/myrmidon/src/java/org/apache/myrmidon/framework/filters/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 12 (100.0%) 11 (100.0%) 0.9
adammurdoch 4 (33.3%) 6 (54.5%) 1.5
donaldp 7 (58.3%) 5 (45.5%) 0.7
conor 1 (8.3%) 0 (0.0%) 0.0

Most Recent Commits

donaldp 2002-04-17 10:49

zappity zap

0 lines of code changed in:

donaldp 2002-03-29 12:57

final static --> static final to follow JLS recomendations

2 lines of code changed in:

donaldp 2002-03-23 04:01

Converted remaining xdoclet tags from

ant:* --> ant.*

3 lines of code changed in:

conor 2002-03-18 02:44

Ah! cruel ones, leave me alone now

While I murmur a little and ponder



Anti-Spam

0 lines of code changed in:

  • proposal/myrmidon/src/java/org/apache/myrmidon/framework/filters: LineFilterSet.java (-2)
adammurdoch 2002-03-16 08:48

Filtering refactor:



* Added LineFilter role, which represents a filter that handles lines of text.



* Added TokenSet role, which represents a set of token -> value mappings.



* Renamed FilterSetCollection -> LineFilterSet. This is now a compound

LineFilter that takes a set of nested LineFilters. This is pretty much

just a placeholder until the new filter streams are ported across from ant 1.



* Renamed Filter -> SingletonTokenSet. This is a TokenSet that contains a

single mapping. Moved to antlib.core.



* Added PropertyTokenSet, a TokenSet that uses the project properties as

its mappings. Added to antlib.core.



* Split FilterSet into TokenLineFilter, which is a LineFilter that replaces

tokens with their value, and FileTokenSet, which is a TokenSet loaded from

a properties file.

6 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT