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

Uses of Class
dk.rode.thesis.meta.util.Arguments.Argument

Packages that use Arguments.Argument
dk.rode.thesis.meta.util Various utility classes and functions
 

Uses of Arguments.Argument in dk.rode.thesis.meta.util
 

Fields in dk.rode.thesis.meta.util with type parameters of type Arguments.Argument
 Map<String,Arguments.Argument> Arguments.arguments
          Actual arguments stored according to insertion order.
 

Methods in dk.rode.thesis.meta.util that return Arguments.Argument
 Arguments.Argument Arguments.getArgument(String name)
          Returns the argument having the name supplied as name, regardless if it has an associated value or not.
 Arguments.Argument Arguments.getArgument(String name, boolean mustHaveValue)
          Returns the argument having the name supplied as name, regardless if it has an associated value or not if mustHaveValue is false.
 

Methods in dk.rode.thesis.meta.util that return types with arguments of type Arguments.Argument
 List<Arguments.Argument> Arguments.getArguments(String prefix)
          Returns a list of arguments having a name that starts with the prefix supplied as prefix, if any.
 Iterator<Arguments.Argument> Arguments.iterator()
          Returns an iterator that is backed by these arguments.
static Map<String,Arguments.Argument> Arguments.parse(String... args)
          Parses the arguments supplied in args, and returns a corresponding map, ordered according to the order of args.
 


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.