Evaluating Software Design Patterns
— the "Gang of Four" patterns implemented in Java 6

Uses of Package
dk.rode.thesis.meta.util

Packages that use dk.rode.thesis.meta.util
dk.rode.thesis.facade Implementations and examples of the Facade design pattern [Gamma95, p.185]. 
dk.rode.thesis.interpreter Implementations and examples of the Interpreter design pattern [Gamma95, p.243]. 
dk.rode.thesis.meta.reflect Various reflection utilities and classes
dk.rode.thesis.meta.test Various tests
dk.rode.thesis.meta.util Various utility classes and functions
dk.rode.thesis.observer Implementations and examples of the Observer design pattern [Gamma95, p.293]. 
 

Classes in dk.rode.thesis.meta.util used by dk.rode.thesis.facade
Arguments
          An arguments object represents a collection of String arguments that may or may not have an associated String value.
 

Classes in dk.rode.thesis.meta.util used by dk.rode.thesis.interpreter
KeyValue
          A placeholder for a key with an associated value, where a non-null key or value can only be set once.
 

Classes in dk.rode.thesis.meta.util used by dk.rode.thesis.meta.reflect
KeyValue
          A placeholder for a key with an associated value, where a non-null key or value can only be set once.
 

Classes in dk.rode.thesis.meta.util used by dk.rode.thesis.meta.test
Arguments
          An arguments object represents a collection of String arguments that may or may not have an associated String value.
 

Classes in dk.rode.thesis.meta.util used by dk.rode.thesis.meta.util
Arguments
          An arguments object represents a collection of String arguments that may or may not have an associated String value.
Arguments.Argument
          An argument represents a single argument, with or without an associated value.
KeyValue
          A placeholder for a key with an associated value, where a non-null key or value can only be set once.
Primitive
          A primitive constant associates a primitive type with its wrapper class.
 

Classes in dk.rode.thesis.meta.util used by dk.rode.thesis.observer
ErrorHandler
          An error handler can decide whether or not a given type of error is manageable or not using the ErrorHandler.handle(Throwable) method.
 


Gunni Rode / rode.dk

Feel free to use and/or modify the Java 6 source code developed for this thesis AT YOUR OWN RISK, but note that the source code comes WITHOUT ANY — and I do mean WITHOUT ANY — form of warranty WHAT SO EVER!

The original thesis and source code are available at rode.dk/thesis.