diff src/org/dancres/blitz/mangler/package.html @ 0:3dc0c5604566

Initial checkin of blitz 2.0 fcs - no installer yet.
author Dan Creswell <dan.creswell@gmail.com>
date Sat, 21 Mar 2009 11:00:06 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/org/dancres/blitz/mangler/package.html	Sat Mar 21 11:00:06 2009 +0000
@@ -0,0 +1,20 @@
+<body>
+
+<P> Entry instances have certain properties which we do not wish to be
+handling in the storage engine (blitz.disk) such as loading of remote classes
+etc.  At the same time, we wish to provide the storage engine with a means
+to compare such Entry instances for purposes of matching. </P>
+
+<P> This package converts an Entry to and from an object structure which hides
+the undesirable properties of an Entry (such as the need to load it's bytecode)
+from the rest of the blitz code. </P>
+
+<P> The object structure is, in fact, MangledEntry instances of which are
+created by EntryManglers and contain a field by field representation of the
+original Entry made up of MangledFields </P>
+
+<P> MangledEntry's can be compared with the match method providing the basic
+primitive required to perform matching of templates against Entry's </P>
+
+
+</body>
\ No newline at end of file